摘要: CRUD等操作(DDL、DML、DQL) 权限操作: create user 用户名@"localhost或%" identified by '密码' show grants for 用户名@主机名 grant 权限列表(all/insert/delete/select等) on 库名(*).表名( 阅读全文
posted @ 2023-05-17 20:12 weakxy 阅读(42) 评论(0) 推荐(0)