服务器运维
MySQL
2025-04-03 15:15
阅读:50
评论:0
MySQL常用命令
1
2
3
4
设置root用户允许任何地址访问update user set host = '%' where user = 'root';刷新生效FLUSH PRIVILEGES;