求解主機不允許連接數據庫是什么錯
Exception in thread "main" java.sql.SQLException: null, ?message from server: "Host 'DESKTOP-O852FIL' is not allowed to connect to this MySQL server"
用戶名root密碼沒錯
報這個錯是哪里出了問題???
Exception in thread "main" java.sql.SQLException: null, ?message from server: "Host 'DESKTOP-O852FIL' is not allowed to connect to this MySQL server"
用戶名root密碼沒錯
報這個錯是哪里出了問題???
2017-05-29
舉報
2017-05-31
可能是數據庫不能被原創訪問,只能是localhost訪問。