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