PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Webdev + MariaDB + Docker problem
Webdev + MariaDB + Docker problem
Iniciado por Joe, 23,mar. 2020 13:14 - 4 respuestas
Publicado el 23,marzo 2020 - 13:14
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
Publicado el 25,marzo 2020 - 08:26
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
Publicado el 25,marzo 2020 - 08:26
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
Publicado el 25,marzo 2020 - 12:02
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
Publicado el 29,julio 2021 - 22:04
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