是否使用密码拒绝用户“ root” @“ localhost”的mysql访问

时间:2019-05-17 21:00:15

标签: mysql

版本14.14发行5.7.26 在VM的Ubuntu 16.04 Server上运行

/etc/mysql/mysql.conf.d/mysqld.cnf 
bind-address = 0.0.0.0

和 添加了skip-grant-tables

这使我能够登录

mysql> SELECT user,authentication_string,plugin,host FROM mysql.user;
+--------+-----------------------+-----------------------+-----------+
| user   | authentication_string | plugin                | host      |
+--------+-----------------------+-----------------------+-----------+
| root   | *64213FFF398347FBE038 | mysql_native_password | % 

无论我如何尝试,仍然无法从ssh登录。 看到很多使用GRANT的建议-不能使用-因为正在运行跳过授权。 有什么想法吗?

0 个答案:

没有答案