Thứ Sáu, 2 tháng 8, 2013

mysqlnd cannot connect to MySQL 4.1+ using the old

Lỗi này ghi nhận ngày 02 tháng 08 năm 2013
Khi kết nỗi remote MYSQL Server.
Joomla ko kết nối được - báo liên tục lỗi. Khi sử dụng phpminiadmin.php hiển thị lỗi
Cannot connect to the database because: 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

Cách xử lý:
Run QUERY
SET SESSION old_passwords=FALSE; 
SET PASSWORD = PASSWORD('password');

0 nhận xét:

Đăng nhận xét