码迷,mamicode.com
首页 > 数据库 > 详细

mysql_error:mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication

时间:2014-11-19 20:04:18      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:io   sp   on   div   as   line   sql   c   mysql   

SET old_passwords =0;

UPDATE mysql.user SET Password =PASSWORD(‘testpass‘) WHERE User=‘testuser‘ limit 1;
SELECT LENGTH(Password) FROM mysql.user WHERE User=‘testuser‘;
FLUSH PRIVILEGES;

mysql_error:mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication

标签:io   sp   on   div   as   line   sql   c   mysql   

原文地址:http://www.cnblogs.com/zhizhong/p/4108858.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!