Jump to content
  • 0

FluxCP Error "PDOException"


Trevned

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  04/29/12
  • Last Seen:  

Got an error while installing FluxCP

 

Config, set it up correctly:

            'Hostname'   => 'localhost',
            'Username'   => '****', " myDatabase Username"
            'Password'   => '*****', "myDatabase Password"
            'Database'   => '******', "myDatabase"
            'Persistent' => true,

 

 

 

              'Hostname'   => 'HOST I.P', when I changed this to "localhost" this error message shows.

 

Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES).

 

            'Hostname'   => 'localhost', and when I try to change "localhost" again to my current I.P the error message changed in to this.

 

Message: SQLSTATE[HY000] [1130] Host '74.63.***.*** ' is not allowed to connect to this MySQL server

 

post-4279-0-44024500-1361725088_thumb.png

 

I already checked my config in application.php and servers.php for an hour just to make it sure all configs are right, also search for different guides on how to install; seems I did it right and still receiving these errors.

 

 

Hope you guys can help me.

Thanks in Advance :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Add the ip '74.63.201.243' to the allowed IP's to access the sql server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  04/29/12
  • Last Seen:  

Added, but now this error message shows up.

 

Message: SQLSTATE[42000] [1044] Access denied for user 'root'@'74.63.201.243' to database 'RuinRO'

 

 

 

 

Thanks in Advance



Ohh, now it worked :)

 

Appreciate your help.

 

Solved: Granting/add user access/privilege in phpmyadmin.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  133
  • Reputation:   14
  • Joined:  12/23/11
  • Last Seen:  

Offtopic:
 

I always read this error as PEDO EXCEPTION, I'm always like "WHA?!"

Link to comment
Share on other sites

×
×
  • Create New...