在 CentOS 7 中以命令行方式安装 MySQL 5.7.11 for Lin(2)

mysql> use mysql;
mysql> select host,user from user;
+-----------+-----------+
| host      | user      |
+-----------+-----------+
| %        | root      |
| localhost | mysql.sys |
| localhost | root      |
+-----------+-----------+
3 rows in set (0.00 sec)

证明系统表 user 中已经增加了一条关于 root 远程登录的记录。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/1a72c57e3637d3f4042d78b740cc7e6f.html