MAMP and SQLEditor
Introduction
MAMP is an encapsulated local web server system that allows you to run a complete Web server with PHP and MySQL from a single application on your Mac. It’s really easy to install, use and uninstall.
SQLEditor works great with MAMP’s MySQL installation, but because MAMP is designed not to affect the existing system it uses a non-standard port to run the MySQL server on.
MAMP normally sets MySQL so that it runs on the non-standard port 8889.
SQLEditor doesn’t know this, so you will need to specifically set this in the import and export panels.
How to configure MySQL Support with MAMP
You should configure SQLEditor as normal to use MySQL.
If you need assistance doing this please see the Database Drivers Page.
Enter localhost as the server, with the password and username as necessary.
Then enter 8889
into the port field.
Example
This example should import the database named test
, with username root
and password root
from a MAMP installation on the same machine (localhost
)
Mamp Pro
Mamp Pro has an additional configuration option called “Allow local Access Only”. If enabled, this option prevents applications running outside of MAMP from accessing the MySQL database.
You need to disable this option before SQLEditor can access the MAMP database.
Where can I find out more about this?
The MAMP website has a help page which gives more information.