Hello,
I hope you’re well. Could you please tell me the reason behind this issue and how to resolve it? Is it only possible to delete the installed Dolibarr and reinstall it, or is there another solution?
Thank you for your assistance.
Best regards,
Jon
it says it can not connect to your mysql server
Hello,
I understand that the MySQL connection is not working, which is the reason the installation is incomplete and the “Call Dolibarr” page is not being set up properly. Where can I configure or modify the configuration file, or are there other methods to resolve the setup issue and make Dolibarr run correctly?
Thank you for your help.
Best regards,
I use the container image to run my Dolibarr - which by the way is a great method for running multiple Dolibarr installations, development, testing, staging, and finally production environments.
Anyway, back to the setup. In my container configuration I set these environment variables and that makes Dolibarr know how to talk to the database.
--env DOLI_DB_TYPE
--env DOLI_DB_HOST
--env DOLI_DB_HOST_PORT
--env DOLI_DB_NAME
--env DOLI_DB_USER
--env DOLI_DB_PASSWORD
hope this helps