在处理Windows连接linux上的数据库问题中,在解决了后
····该问题的解决方案连接:https://blog.csdn.net/qq_36171645/article/details/89158446
结果发现自己又出现了
于是乎,在查阅各类资料后找到以下解决方案:
1.关闭防火墙
命令:iptables -F
如果已关闭,会出现下面的情况。
2.授权
mysql数据库默认的user表里会存着user=root的三条记录,如下:
python@ubuntu:~$ mysql -hlocalhost -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 19
Server version: 5.7.17-0ubuntu0.16.04.1 (Ubuntu)
Copyright (c) 2000, 2016, Oracle