Loading

摘要: 基本的创建语句:grant all on . to 'root'@'%' identified by '123456' grant all 授予默认权限的操作,还有一种 grant to privilege授予全部权限 on *.* 表示所有数据库下的所有表 to 'root'@'%' 授予的角色信 阅读全文
posted @ 2023-10-29 18:28 小小的编程员 阅读(7) 评论(0) 推荐(0) 编辑