开始-->运行-->cmd
e:
cd E:\AppServ\MySQL\bin
mysql -uroot -p
提示输入密码:*****
grant all privileges on *.* to 新的用户名@'%' identified by '新用户的密码';
-----------------------------------------------------------------------------------------------------
m
开始-->运行-->cmd
e:
cd E:\AppServ\MySQL\bin
mysql -uroot -p
提示输入密码:*****
grant all privileges on *.* to 新的用户名@'%' identified by '新用户的密码';
-----------------------------------------------------------------------------------------------------
m