Transfer your website to a new Mac
- Install MAMP on the new Mac.
- Copy the contents of your document root folder from the old Mac to the document root folder on the new Mac. The default location is
/Applications/MAMP/htdocs. - On the old Mac, open phpMyAdmin and export your database as a SQL dump file.
- Copy the dump file to the new Mac.
- On the new Mac, open phpMyAdmin and import the dump file to restore your database.