标签:/etc/ bin tar alt except logs mysq issue get
命令:schematool -initSchema -dbType mysql
Fix the issue:
edit /etc/mysql/my.cnf
change bind-address = 127.0.0.1
to bind-address = 0.0.0.0
Restart mysqld (/etc/init.d/mysql restart).
标签:/etc/ bin tar alt except logs mysq issue get
原文地址:http://www.cnblogs.com/Jesse-Li/p/7794707.html