create user ruisheng identified by '123';
grant all privileges on *.* to 'ruisheng'@'%'identified by '123' with grant option;
flush privileges ;
create user ruisheng identified by '123';
grant all privileges on *.* to 'ruisheng'@'%'identified by '123' with grant option;
flush privileges ;