warning: mysql_connect(): mysqlnd cannot connect to mysql 4.1+ using the old ...

有些程序在安装时,出现如下错误:

Warning: mysql_connect(): 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 in K:\WEB_2013\www.aerchi.com\***\***.php
这个问题主要就是因为数据库的登陆密码编码问题,将密码设置成41位,即可。
进入phpmyadmin,点击SQL。输入以下两条命令,然后执行即可。
your password替换为你自己的密码。
以上就是MySQL 4.1+ using the old怎么解决?的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号