mysql删除用户后再次创建用户报错

背景:mysql中删除又想重建zabbix用户,但是执行创建命令报错。

解决方法:

drop user zabbix@localhost;

flush privileges;

create user zabbix@localhost identified by 'password'

 

https://blog.csdn.net/szuwangjl/article/details/89425576

posted @ 2020-07-13 09:37  左岸丶  阅读(429)  评论(0编辑  收藏  举报