Jump to content

Question

Posted

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

2 answers to this question

Recommended Posts

Posted

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.

Posted

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

  • Recently Browsing   0 members

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