Reset MySQL root password to “default” - MAMP

后端 未结 4 749
温柔的废话
温柔的废话 2021-02-06 12:54

I changed my root level password on phpMyAdmin. I was unsure where to enter the password itself, as it did not give me the option (login form). I wondered if it was the php.ini

4条回答
  •  轮回少年
    2021-02-06 13:24

    This seemed to have fixed it when using terminal to reset the password:

    /Applications/MAMP/Library/bin/mysqladmin -u root -p password newpassword
    

    Found on mamp faq.

提交回复
热议问题