mysql error 1130 hy000:Host 'localhost' is not allowed to connect to this mysql server 解決方案
ERROR 1130 (HY000): Host 'localhost' is not allowed to connect to this MySQL server 此處是root賬戶沒有本地數據庫的訪問權限,所以無法連接數據庫,需要使用grant給root賬戶授權 ...