萬網(wǎng)虛擬主機(jī)無法連接數(shù)據(jù)時怎么辦?
Warning: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication.

一般情況下,虛擬的空間服務(wù)商的數(shù)據(jù)庫都提供了phpMyAdmin的MySQL數(shù)據(jù)庫管理工具,所以我們只要在phpMyAdmin中運(yùn)行下面的兩句SQL語句就行了。
SET SESSION old_passwords = FALSE; |
SET PASSWORD = PASSWORD('新數(shù)據(jù)庫密碼'); |
文檔最后更新時間:2018-03-14 10:32:49