摘要: mysql -h 192.168.1.104 -P3306 -uroot -p 然后输入你安装时设置的MySQL密码 发现Can't connect to MySQL server 你的IP 解决方法: (1)用localhost 登录 mysql -h localhost -P3306 -uroo 阅读全文
posted @ 2017-09-15 22:33 Advancing-Swift 阅读(468) 评论(0) 推荐(1)