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

mysqlnd cannot connect 连接错误处理方法

时间:2015-05-04 11:32:39      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

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. 

使用phpadmin连接上远程数据库,执行以下sql即可:

SET SESSION old_passwords=FALSE;
 
SET PASSWORD = PASSWORD(yourpassword);

 

mysqlnd cannot connect 连接错误处理方法

标签:

原文地址:http://www.cnblogs.com/tangyunfei/p/4475437.html

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