Getting mySQL password / name for phpmyadmin using MAMP

I installed mySQL database and I want to access this database using phpmyadmin. However, when I try to access this database, I am prompted to enter a username and password. First of all, WHAT is the username and password? Did I create this using mySQL? If so, how do I find this username and password. I am using MAMP.

+4
source share
1 answer

Username and Password: root

See this link to change your password: http://www.mamp.info/en/documentation/faq.html#q9

+8
source

Source: https://habr.com/ru/post/1410801/


All Articles