Importing a Large MySQL Database


Learn how to import a large MySQL database today online. An exceptional online selfhelp tutorial. Learn Step by Step.

If you have a large MySQL database you need to import, you cannot import it via PHPMyAdmin as there is a 2MB limit.

Upload your database file (WinSCP is a great program for transferring files to a Linux server, grab it at: http://winscp.net/eng/index.php)

Login to SSH (we recommend using Putty)

Find your uploaded database file and enter the following command (entering the correct database name and sql dump file name and location):

mysql -u root -p DATABASENAME < SQLDUMPFILE.sql

If you have uploaded a ZIP of your MySQL dump, you can unzip it first with the command:

unzip FILENAME.zip


Was this answer helpful?

Still need help?

Our friendly support team are ready to offer assistance with any issues you may be encountering.
Click the button below to open a ticket:
Open Ticket

 WordPress Hosting

Fast hosting for WordPress
Experience the best in Australian WordPress hosting with lightning fast servers, built-in caching, and performance tools.

 Build Your Website

Sitejet Hosting
Build your site fast with a drag and drop editor with no coding required. 140+ quality, templates to get you started.

 Register Domains

It all starts with your domain name
Find the perfect domain and register now with our competitive pricing on all extensions.

 Web Hosting

Fast, local, secure hosting
Full featured hosting on cPanel with multiple server locations around the country.
« Back