mysql CREATE USER

前端 未结 5 2065
一生所求
一生所求 2021-02-12 22:45

I am logged into mysql...

mysql -u root -pmypass

And I have run the following command to remove the database user which worked succesfully

5条回答
  •  终归单人心
    2021-02-12 23:39

    This is a bug reported here - http://bugs.mysql.com/bug.php?id=28331

    See if your user exists after you drop it.

提交回复
热议问题