摘要: 1.创建用户 create user 'name'@'host' identified by 'psssword'; 2.授权 grant select, updata,insert (all) on database.table to 'username'@'host'; 3.查询权限 show 阅读全文
posted @ 2019-07-31 14:32 Fernando_Y 阅读(250) 评论(0) 推荐(0)