标签:color 错误 local 网上 href 数据库 思路 ant server
jdbc连接错误信息:
解决方案:
1、我直接把/etc、/usr/local/etc目录下的my.conf文件删除就好了。
2、最终变成下面这个样子就可以了
show global variables like ‘port‘; show variables like ‘skip_networking‘;
网上参考资料:
https://blog.csdn.net/lixingqiao01/article/details/50956849 无效
https://serverfault.com/questions/171655/mysql-allow-both-remote-and-local-connections
第二个链接给了我思路,所以我直接把my.conf删除了就好了
mac mysql8 代码连接数据库报错 Connection refused (Connection refused)
标签:color 错误 local 网上 href 数据库 思路 ant server
原文地址:https://www.cnblogs.com/frank-quan/p/10909275.html