mysql8和原来的版本有点不一样,8的安全级别更高,所以在创建远程连接用户的时候,不能用原来的命令(同时创建用户和赋权):mysql>grant all PRIVILEGES on *.* to test@'localhost' identified by '12... /
2018-07-08 22:57:05 / 查看
1216 次
grant all privileges on zabbix.* to ihunter@'%' identified by '***'; # 增加授权revoke all privileges on zabbix.* from ihunter@'%' identified by ... /
2018-07-01 20:48:27 / 查看
760 次