联系官方销售客服

1835022288

028-61286886

万网虚拟主机无法连接数据时怎么办?

Warning: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication.


image.png


一般情况下,虚拟的空间服务商的数据库都提供了phpMyAdmin的MySQL数据库管理工具,所以我们只要在phpMyAdmin中运行下面的两句SQL语句就行了。

SET SESSION old_passwords = FALSE;
SET PASSWORD PASSWORD('新数据库密码');


本文地址:https://www.xunruicms.com/doc/466.html