outfox Posted December 6, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 11/22/12 Last Seen: November 7, 2016 Share 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 Link to comment Share on other sites More sharing options...
David Posted December 6, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 195 Reputation: 23 Joined: 01/05/12 Last Seen: October 5, 2013 Share 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 Link to comment Share on other sites More sharing options...
Sryx Posted December 6, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share 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. Link to comment Share on other sites More sharing options...
outfox Posted December 6, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 11/22/12 Last Seen: November 7, 2016 Author Share Posted December 6, 2012 @David Thanks @Rejected Thank you sir:) Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
3 answers to this question
Recommended Posts