Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieving mySQL password/username for phpmyadmin, using MAMP

I've set up a mySQL database, and I want to be access that database using phpmyadmin. However, when I try to access this database, I am prompted to type a username and password. First of all, WHAT username and password is this? Is it one I created with mySQL? If so, how do I locate that username and password. I am using MAMP.

like image 206
Melissa Samworth Avatar asked Dec 21 '22 22:12

Melissa Samworth


1 Answers

Username and password: root

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

like image 196
Gabriel Santos Avatar answered Jan 14 '23 06:01

Gabriel Santos