https://www.cnblogs.com/xuexianqi/p/13324940.html

在数据库创建用户时,出现了如下错误

解决:ERROR 1290 (HY000) The MySQL server is running with the

二:解决方法

1.这个时候我们只需要先执行以下命令:

flush privileges;

2.然后再次创建

解决:ERROR 1290 (HY000) The MySQL server is running with the

3.成功创建用户

相关文章: