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.
Hello,
When I try to configure projeqtor for the first time, I've got this error when I try to save the configuration :
SQLSTATE [HY000] [2002] Connection refused dsn = mysql : host = 127.0.0.1. PORT = 3306
When I define localhost rather than 127.0.0.1, I've got this error ;
SQLSTATE[HY000] [2002] No such file or directory dsn = mysql:host=localhost;port=3306
How can I resolve this problem ?
Thanks.
Note: I'm using Mariadb for database.
Check user / password defined to access MySql
Default user is root, but some configuration may refuse root connection.
To be sure, create a specific user on your DB to manage you projeqtor DB
Ok. I will try.
Thanks.