mysql怎么设置密码都不正确的一个解决方法

清空mysql.user中user为空的数据

delete from mysql.user where user='';

原文地址:https://www.cnblogs.com/yangcclg/p/9061731.html