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.
After first installation i'm trying to log on projeqtor but i'm stuck configuration page.
I'm getting de following message:
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
dsn = mysql:host=127.0.0.1;port=3306
I'm using user name: root and password mysql.
Any idea to tackle this issue?
Regards
Try without a password
Hi @babynus
I'm getting issue with mySql Password
I'm trying this on live hosting so, I cannot skip password for Mysql.
Please check the screen shot.
All other settings are perfect.
SQLSTATE[28000] [1045] Access denied for user 'XXXLL_projector'@'127.0.0.1' (using password: YES)
dsn = mysql:host=127.0.0.1;port=3306
Please help in this regards,
🙁
Thank you
It is access rights to Database that fails.
Try and set host as localhost instead of 127.0.0.1 (you provider may have defined filters)

