0
点赞
收藏
分享

微信扫一扫

mysql授权远程登陆

嚯霍嚯 2022-04-25 阅读 69
mysql

 安装mysql-server

 超级用户登陆mysql

 更新root用户host字段

update user set host='%' where user='root';

 修改root用户密码

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY

举报

相关推荐

0 条评论