Book Image

concrete5 Beginner's Guide

Book Image

concrete5 Beginner's Guide

Overview of this book

Table of Contents (19 chapters)
concrete5
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – transferring a MySQL database


Carry out the following steps:

  1. If it's not already running, locate the XAMPP Control Panel in your start menu and open it. Apache and MySQL should be running, if not start them. Click on Admin next to MySQL to open phpMyAdmin.

  2. In the new phpMyAdmin screen, click on the database named concrete5, which you'll find in the left column.

  3. A new screen appears where you can activate the Export register on the top. Save the data into a plain SQL file including the structure and data. You can see the settings on the next screen:

  4. After you've clicked on Go in the bottom right corner, you'll get a file containing all the data of your database.

  5. Now it's time to connect to the new website. Open phpMyAdmin on your new server. If you don't know where to find it, contact your hosting partner.

  6. After you've logged in to phpMyAdmin, locate the database on the left, which you want to use for your website. Once you've selected it, click on Import on the right screen...