PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Webdev + MariaDB + Docker problem
Webdev + MariaDB + Docker problem
Started by Joe, Mar., 23 2020 1:14 PM - 4 replies
Posted on March, 23 2020 - 1:14 PM
When I create an image of my solution, everything is done correctly except the inclusion of MariaDB dependencies.
How to add to the Docker image and install the respective driver (wd240maria64.so).
Thanks
Posted on March, 25 2020 - 8:26 AM
Hi

I vahe installed this
https://repository.windev.com/resource.awp…

in C:\Program Files\PC SOFT\WEBDEV 24\Programs\Framework
Here there two folder for 32 or 64 bit verson of OS

besides that you have to install this too

https://mariadb.com/kb/en/about-mariadb-connector-c/

so I managed to make it work
If you deploy, you must also install Maria DB on the server

Mimmo
Posted on March, 25 2020 - 8:26 AM
Hi

I vahe installed this
https://repository.windev.com/resource.awp…

in C:\Program Files\PC SOFT\WEBDEV 24\Programs\Framework
Here there two folder for 32 or 64 bit verson of OS

besides that you have to install this too

https://mariadb.com/kb/en/about-mariadb-connector-c/

so I managed to make it work
If you deploy, you must also install Maria DB on the server

Mimmo
Posted on March, 25 2020 - 12:02 PM
Thanks for the answer.

I can connect to the BD without problems (in development mode and direct deploy), I just can't include the respective drivers in the image of the docker, I always have to change the image manually. Not persistent.

Regards,
Joe
Posted on July, 29 2021 - 10:04 PM
Hello,

As-tu eu une réponse, je suis dans le même problème. Pour la non persistance, je vais regarder les volumes pour voir si je peux y mettre le lib clients. Sinon, il faudra faire un autre docker file.

Guy