Jump to content
  • 0

Access denied for user 'root'@'XX


outfox

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  11/22/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  195
  • Reputation:   23
  • Joined:  01/05/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  520
  • Reputation:   64
  • Joined:  11/19/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  11/22/12
  • Last Seen:  

@David

Thanks

@Rejected

Thank you sir:)

Link to comment
Share on other sites

×
×
  • Create New...