Notifications
Clear all
Topic starter
Hello,
in the first configuration projeqtor I have the following error message:
SQLSTATE [HY000] [1045] Access denied for user 'admin' @ 'localhost' (using password: YES).
It's three days I search without finding the solution. Can you help me ?
Posted : 30 Sep 2015 17H28
You issue comes from MySql configuration : you defined Mysql User as "admin" and a password.
Defaul configuration for wamp should be :
$paramDbUser='root'; $paramDbPassword='mysql';
or
$paramDbUser='root'; $paramDbPassword='';
(change this in /files/config/parameters.php
Posted : 30 Sep 2015 17H32