Host '127.0.0.1' is not allowed to connect to this MySQL server
發(fā)表時(shí)間:2023-09-03 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]錯(cuò)誤:Host '127.0.0.1' is not allowed to connect to this MySQL server一般原因: MySQL數(shù)據(jù)庫的...
錯(cuò)誤:Host? '127.0.0.1'? is? not? allowed? to? connect? to? this? MySQL? server
一般原因: MySQL數(shù)據(jù)庫的配置文件my.ini中設(shè)置了參數(shù): skip-name-resolve
? ? ? ? 從而導(dǎo)致使用“l(fā)ocalhost”不能連接到數(shù)據(jù)庫。
解決方法: 注釋掉: #skip-name-resolve
? ? 注釋掉對(duì)數(shù)據(jù)庫的設(shè)置略有影響,但影響不大。
以上就是Host '127.0.0.1' is not allowed to connect to this MySQL server的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注php中文網(wǎng)其它相關(guān)文章!
學(xué)習(xí)教程快速掌握從入門到精通的SQL知識(shí)。