万网虚拟主机无法连接数据时怎么办?
Warning: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication.
一般情况下,虚拟的空间服务商的数据库都提供了phpMyAdmin的MySQL数据库管理工具,所以我们只要在phpMyAdmin中运行下面的两句SQL语句就行了。
SET SESSION old_passwords = FALSE ; |
SET PASSWORD = PASSWORD ( '新数据库密码' ); |
文档最后更新时间:2018-03-14 10:32:49