Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

getting to phpmyadmin with mamp

I'm using MAMP, and trying to get to phpmyadmin. loaclhost/phpmyadmin isn't working.. the sql light is green so it is enabled.

I have changed the Document Root to /Users/troycosentino/Sites/easyuniv/ and when i open the start page from MAMP it is a page created by apple it looks like, not MAMP.

Any ideas?

like image 711
Troy Cosentino Avatar asked Dec 30 '12 20:12

Troy Cosentino


People also ask

Why phpMyAdmin is not working in MAMP?

This might happen if you're running an outdated version of PHP, or a new update is not compatible with your version of MAMP. In this case, you”ll need to change the PHP version of your MAMP application. In MAMP Pro, this is as simple as changing the setting. First, note the required version in the error message.

How do I access phpMyAdmin from terminal?

Access the phpMyAdmin console through the secure SSH tunnel you created, by browsing to http://127.0.0.1:8888/phpmyadmin. Log in to phpMyAdmin by using the following credentials: Username: root. Password: application password.

How do I access phpMyAdmin on Mac?

You should be able to access phpMyAdmin directly, by browsing to http://127.0.0.1/phpmyadmin. Log in to phpMyAdmin by using the following credentials: Username: root. Password: The same as the application password.


1 Answers

If i go to localhost:8888/MAMP it gives me the MAMP screen, from which i can go to phpmadmin.

like image 69
Troy Cosentino Avatar answered Sep 21 '22 00:09

Troy Cosentino