登录mysql数据库
执行命令:
grant all privileges on *.* to 'test'@'%' identified by '123456' with grant option;
flush privileges ;
远程授权即可生效。
登录mysql数据库
执行命令:
grant all privileges on *.* to 'test'@'%' identified by '123456' with grant option;
flush privileges ;
远程授权即可生效。