Resetting MySQL root password when current password is not known

前端 未结 6 1507
情歌与酒
情歌与酒 2020-12-01 10:58

I have inherited a server that has mysql installed on it. I don\'t have the mysql password for any user, not even root (although I have the linux root password). Plus, I a

6条回答
  •  粉色の甜心
    2020-12-01 11:38

    In my case was happening same but I was making mistake in logging into mysql prompt. I was doing by mysql instead of mysql -u root -p

提交回复
热议问题