美文网首页
mysql 报错ERROR 1820 (HY000): You

mysql 报错ERROR 1820 (HY000): You

作者: 铁锤它妹 | 来源:发表于2017-03-27 18:16 被阅读0次

    解决办法

    1、 修改用户密码

    mysql> alter user 'root'@'localhost' identified by 'youpassword';

    或者

    mysql> set password=password("youpassword");

    2、刷新权限

    mysql> flush privileges;

    mysql> help contents

    相关文章

      网友评论

          本文标题:mysql 报错ERROR 1820 (HY000): You

          本文链接:https://www.haomeiwen.com/subject/uygrottx.html