数据库服务器端配置
数据库版本:mysql 5.5.52
问题
1、 grant all privileges on *.* to root@'%' identified by '123456';
2、修改/etc/mysql/my.conf
找到bind-address = 127.0.0.1这一行
改为bind-address = 0.0.0.0即可
3、防火墙的状态
service iptables status
4.重启mysql服务器
service mysql restart
5.如果mysql重启出现
start: Job failed to start
则查看/var/log/mysql/error.log 日志文件