摘要: 创建授权grant 授权root用户在数据库本机上登录访问所有数据库 #授权所有的权限 在所有库的所有表给root用户在192.168.29.1上登录的ip mysql> grant all on *.* to 'root'@'192.168.29.1' identified by 'RunTime 阅读全文
posted @ 2022-12-28 22:08 眞酌 阅读(24) 评论(0) 推荐(0)