开始-->运行-->cmd
e:
cd E:\AppServ\MySQL\bin
mysql -uroot -p
提示输入密码:*****
grant all privileges on *.* to 新的用户名@'%' identified by '新用户的密码';
-----------------------------------------------------------------------------------------------------
mysql授权用户远程链接详解
http://wenku.baidu.com/view/80b618757fd5360cba1adb19.html