创建用户
create user 'dev'@'localhost' identified by '123456';
授权
grant all privileges on *.* to 'dev'@'localhost' identified by '123456';
create user 'dev'@'localhost' identified by '123456';
grant all privileges on *.* to 'dev'@'localhost' identified by '123456';