Forum

[SOLVED] Error conf...
 
Notifications
Clear all

[SOLVED] Error configuration with wamp

2 Posts
2 Users
0 Reactions
4,872 Views
(@mjamin)
Posts: 1
New Member
Topic starter
 
[#2630]

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
(@babynus)
Posts: 14952
Member Admin
 

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
Share:

Scroll to Top