添加一个用户admin并授权通过任何主机访问,密码”something”。

mysql>grant all privileges on *.* to admin@”%” identified by ‘something’ with grant option;

作者 龙飞