outfox Posted December 6, 2012 Posted December 6, 2012 Goodevening to all, anyone know about this problem Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: PDOException Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'72.20.18.59' (using password: YES) File: /home/barrage/public_html/lib/Flux/Connection.php:81 'Hostname' => '192.xx.xxx.xx', 'Username' => 'root', 'Password' => 'xxxxxxxxxxxxxxx', 'Database' => 'xxxx', my config server.php is currectly 100% cant connect to mysql database using 192.xx.xxx.xx configuration of my flux its giving me error, access denied im almost 19hrs finding the solution but still not work Anyone hope you help me thanks
David Posted December 6, 2012 Posted December 6, 2012 Hello, The error Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'72.20.18.59' (using password: YES) Your Host doesnt allow access from host 72.20.18.59, you need to add it in your sql server. Hope it helps, goodluck
Sryx Posted December 6, 2012 Posted December 6, 2012 Open your phpmyadmin, then find the Users Tab and click it, then edit your root or you must create a new user that has SELECT, INSERT, DELETE , UPDATE PRIVILEGES then use it and put on your host '%' so it can allow any host/ip.
outfox Posted December 6, 2012 Author Posted December 6, 2012 @David Thanks @Rejected Thank you sir:)
Question
outfox
Goodevening to all,
anyone know about this problem
Critical Error
An error was encountered during the lifetime of the application.
This could be due to a variety of problems, such as a bug in the application.
However, normally it is caused by misconfiguration.
Exception Details
Error: PDOException
Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'72.20.18.59' (using password: YES)
File: /home/barrage/public_html/lib/Flux/Connection.php:81
'Hostname' => '192.xx.xxx.xx',
'Username' => 'root',
'Password' => 'xxxxxxxxxxxxxxx',
'Database' => 'xxxx',
my config server.php is currectly 100%
cant connect to mysql database using
192.xx.xxx.xx
configuration of my flux
its giving me error, access denied
im almost 19hrs finding the solution but still not work
Anyone hope you help me thanks
3 answers to this question
Recommended Posts