Hi Russell,
Please refer below instructions to Export and Import database from PHPMyAdmin.
Access PHPMyAdmin >> Then click on Export >> [ keep all the setting to default ] Then click GO.
* Default settings include :
- SQL schema selected.
- Comments selected.
- Add IF NOT EXISTS selected.
- Add AUTO_INCREMENT value selected.
- Enclose table and field names with backquotes selected.
- Complete inserts selected
- Extended inserts selected.
- Use hexadecimal for BLOB selected
- Compression None selected.
As Compression is set to none so plain .SQL file will be available to download. And you don't need to create MySQL database on new server as .SQL file contains create database query which will create and fill database on same server.
Now lets import this file on new server.
Go to PHPMyAdmin >> Then click on Import >> Browse the .SQL file from local machine.
Then click on Go.
Done!
If you are facing any difficulty then do upload .SQL file under your account and contact us,
we will restore it for you.