Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Your MySql servers required some authentication that is not provided by your parameters.
1) Check account parameters for MySql
2) Check in my.ini and in db that user defined above can access database
3) if your db requires SSL, try and define ssl parameters.
Thank you very much for the answer. At the moment I fixed the issue when installing:
- Apache 2.4.37
- PHP 7.2.12
- MySQL 8
In MySQL server settings set the parameter: default_authentication_plugin=mysql_native_password
