java.sql.SQLException: null, message from server: "Host '192.168.xxx.xxx' is not allowed to connect to this MySQL server"

当你连接自己的电脑上的MySQL时,报这样的错,你可以把ip换成

127.0.0.1或者localhost  ,当然前提是用户名和密码正确

原文地址:https://www.cnblogs.com/zjn0zjn/p/4513993.html