grant all privileges on *.* to user@'localhost' Identified by 'password' WITH GRANT OPTION;
grant all privileges on *.* to root@'%' Identified by 'password' WITH GRANT OPTION;
予任何主机访问数据的权限 
3、MySQL>FLUSH PRIVILEGES
修改生效 
4、MySQL>EXIT 
退出MySQL服务器