给数据库赋予权限grant ALL PRIVILEGES on *.* to root@% identified by password‘ with grant option
给数据库赋予权限
grant ALL PRIVILEGES on *.* to root@'%' identified by 'password‘ with grant option;
给数据库赋予权限
grant ALL PRIVILEGES on *.* to root@'%' identified by 'password‘ with grant option;