Jump to content
  • 0

Access denied for user 'root'@'XX


Question

Posted

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

Posted

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

Posted

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...