参考: http://blog.csdn.net/apple9005/article/details/53033148 问题一:在主机下通过Navicat连接服务器MySql的时候,提示“2003 Can't connect to mysql server on 'xxx.xxx.xxx.xxx'(10038)” 原因:服务器3306远程端口没有开放 解决: 1.首先查看端口是否打开,命令:netstat -an|grep 3306 会显示127.0.0.1:3306,表示的是本地 2.打开m
windows平台下,5.7版本mysql,破解密码的两种方式: #1 关闭mysql服务net stop mysql 启动mysql服务 跳过权限 #2 在cmd中执行:mysqld --skip-grant-tables 另开一个cmd #3 在cmd中执行:mysql 之前账号有密码的 不输入密码 可以进去 C:\Users\Administrator.QH-20170325TNQR>mysql -uroot -p Enter password: Welcome to the MySQL