create user 'xblia' identified by 'abc@23';
grant all privileges on psite.* to xblia@localhost identified by 'abc@23';
Mysql在root用户下创建用户名并授权操作
最新推荐文章于 2025-03-11 15:07:37 发布
create user 'xblia' identified by 'abc@23';
grant all privileges on psite.* to xblia@localhost identified by 'abc@23';