1. 使用ssh连接不上centos 6.5的解决方法: 错误显示: Connecting to 192.168.1.106:22... Could not connect to '192.168.1.106' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. 解决方法: 首先,CentOS上检设置: 1. 关闭防火墙 service iptables stop chkconfig iptab…
``` 登陆Mysql后执行命令 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; 其中 root 是自己的用户名:localhost 是供连接的ip地址,若仅供本机则是127.0.0.1:password 是自己的密码.…