[h=3]Transfer MAMP WordPress site to your Live Server[/h] Now you can begin developing your website locally to get ready to transfer to your website. I'll be creating a separate tutorial on how to get your site from MAMP to your live server, but for now here are the quick simple steps:
- Change the wordpress URL in the backend settings of wordpress to the new server domain name on both the WordPress URL and the Blog URL. Then click "Save Changes"
- Your website will now look broken. That's cause it's now looking for the domain name.
- Now go to the phpMyadmin section in MAMP and select the database where your wordpress site is installed.
- Go to the export tab, and select all tables, be sure that SQL is selected, check the checkbox that says save as a file, and give the file a name and click "go".
- Now simply upload your wordpress files to the server.
- Now go to the MySQL Database Manager for your site and create a new database, along with new user, password, etc.
- Now in the database manager go to the import tab and import your database that you exported from MAMP.
- Go to your wp-config.php file and add the database info that you created/used for the new database.
- Test your site and you should be good to go!
As I said I'll be creating a tutorial with more details on how to get the MAMP WordPress install to your server, but hopefully that was helpful.