Notifications
Retirer tout
Ask questions
3
Posts
2
Utilisateurs
0
Reactions
1,351
Vu
Début du sujet
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.
Posté : 13/12/2023 5:48 pm
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
Posté : 16/12/2023 12:46 pm
Début du sujet
Ok. I will try.
Thanks.
Posté : 18/12/2023 1:01 pm