GRANT ALL PRIVILEGES ON *.* TO 'test'@'%' identified by 'test' WITH GRANT OPTION;
'test'@'localhost'中test为你的mysql用户名,identified by 'test'中的test为密码
在mysql 数据库 user表里面 有个Host 字段 修改这个字段为%