1.创建用户 create user 'yanjc'@'%' identified '123456'; 2.授权 grant all on *.* to 'yanjc'@'%'; 转载于:https://www.cnblogs.com/yanjc/p/10885436.html