How do I connect to MySQL with Sequel Ace?
Sequel Ace (previously Sequel Pro) is a macOS application for administering MySQL databases. It can be launched directly from MAMP PRO.
Set up MAMP PRO
Section titled “Set up MAMP PRO”-
Install Sequel Ace from the Mac App Store.
-
Start MAMP PRO.
-
Click on MySQL in the sidebar.
-
Enable Allow network access to MySQL.
-
Save the settings with ⌘ S or File › Save.
-
Start the servers.
-
Open Sequel Ace via Tools › MySQL › Open Sequel Ace…, or via Site › Databases › Open in Sequel Ace.
-
Save the connection as a favorite so you can reconnect without re-entering the details each time.
Connect with Sequel Ace
Section titled “Connect with Sequel Ace”-
Start Sequel Ace.
-
Select the connection type TCP/IP.
-
Enter the following connection details:

Field Value Name Any name, e.g. MAMP PRO. If you name the favourite “MAMP PRO”, its port will be updated automatically when MAMP PRO changes the MySQL port.Host localhostUsername root(default)Password root(default) -
Click Connect.
You can now use the Choose Database field to select a database.

