摘要: 重启sshd就好了 阅读全文
posted @ 2019-11-07 14:13 朱小勇 阅读(4735) 评论(0) 推荐(0) 编辑
摘要: mysql -h 192.168.1.124 -u root -p -h后加mysql的ip,-u加用户名,-p会弹出输入密码 阅读全文
posted @ 2019-11-07 10:51 朱小勇 阅读(1660) 评论(0) 推荐(0) 编辑
摘要: 1、sudo gedit /etc/my.cnf 2、加入 skip-grant-tables 3、直接登录,输密码时回车 mysql -u root -p 4、修改密码 use mysql; update mysql.user set authentication_string=password( 阅读全文
posted @ 2019-11-07 10:47 朱小勇 阅读(228) 评论(0) 推荐(0) 编辑