原文:解決遠程連接數據庫:Host is not allowed to connect to this MySQL server

遠程連接數據時,報以下提示: Host web is not allowed to connect to this MySQL server 原因是數據庫服務不允許遠程登錄,沒有授權導致,解決方法如下: 登陸mysql數據庫: mysql uroot p 創建並授權一個專用的數據庫wordpress用於存放blog數據: create database wordpress show databas ...

2019-08-18 01:42 0 552 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM