Jump to content
  • 0

Flux Control Panel MySQL Problem


Lelouch vi Britannia

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   84
  • Joined:  01/05/12
  • Last Seen:  

Can anyone help me with this?

SQLSTATE[HY000] [2000] mysqlnd cannot connect to MySQL 4.1+ using
the old insecure authentication. Please use an administration tool to
reset your password with the command SET PASSWORD =
PASSWORD('your_existing_password'). This will store a new, and more
secure, hash value in mysql.user. If this user is used in other scripts
executed by PHP 5.2 or earlier you might need to remove the
old-passwords flag from your my.cnf file
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Lelouch,

 

Edit your my.cnf and turn the 'old-passwords' value to false, by adding or editing to match this line;

old-passwords = 0

 

Then restart your MySQL server. After doing this, you'll need to update your MySQL account passwords again once more; then this should have resolved your issue.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   84
  • Joined:  01/05/12
  • Last Seen:  

Hi Lelouch,

 

Edit your my.cnf and turn the 'old-passwords' value to false, by adding or editing to match this line;

 

old-passwords = 0

 

Then restart your MySQL server. After doing this, you'll need to update your MySQL account passwords again once more; then this should have resolved your issue.

 

ill take a note of that. Anyways thanks for replying :D

Link to comment
Share on other sites

×
×
  • Create New...