MySQL database support is only available for Business Hosting subscriptions or higher.
Import a MySQL database using phpMyAdmin
- Login to the Account Level console using the Master Account Reference and Password.
- Locate the section Administer/Upgrade domain.
- Search for or select the required domain from the Select domain dropdown list.
- Click [Administer].
- Click the Database icon.

- Click the name of the database into which the backup is to be imported.
- Select the SQL tab.

- Click on [Browse].

- Select the .sql file from your computer:
If using a .sql file, select the None radio option.
If uploading a compressed sql file, select the Autodetect radio option. - Click [Open].
- Click [Go].
If importing a large database, phpMyAdmin may not have enough memory to handle your request. We recommend using a local MySQL client such as EMS SQL Manager Lite for MySQL if phpMyAdmin can’t handle the size of your database.
Import a MySQL database using EMS SQL Manager Lite for MySQL
The below steps utilise free SQL Management software. You can download this software at the developers website then install it on your local computer. The below steps are accurate as of version 4.6.0.5
Please note that these steps are provided for your convenience, as this software is not sold by Netregistry, we are unable to provide technical support on its use.
Register an existing database
- Open EMS SQL Manager Lite for MySQL
- Click the Register Database icon.

- Type the database host name in the Host Name. e.g. mysql.netregistry.net, mysql-2.netregistry.net, mysql-3.netregistry.net, or mysql-4.netregistry.net depending on which server the database is on.
- Type the username and password into the database.
- Click [Next].
- Type in the name of the database in the Database Name field.
- Click [Finish].
Restore .sql file into a registered database
- Navigate to the Databases column located in the left most panel.
- Right click on the database you wish to import into.
- Click Connect to Database.
- Click on the Show SQL editor icon.

- Underneath the Edit heading, click on Load from file.
- Select the .sql file from your computer and click [Open].
- Underneath the General heading, click Execute.

