HostGator Web Hosting Help

MySQL Export (.sql file) with PhpMyAdmin

Note: phpMyAdmin can only import databases up to 50 MB in size. If your database is larger you will need to use SSH instead of phpMyAdmin. See Managing Databases with Command Line for further instructions.

Finding phpMyAdmin in your Control Panel

Once you have created a database, you can access it via the web administration panel.

cPanel

  1. Log in to your HostGator cPanel account.
  2. Under the category Databases click phpMyAdmin
  3. The list of available databases will be listed on the left hand side once you get into phpMyAdmin.

Instructions on Exporting a Database

  1. Select the database you would like to work with.
  2. Along the top of the screen click the "Export" tab.
  3. Select the options you would like for the export. If you aren't sure, simply leave things as they are and click the "Save as file" checkbox and click Go.
  4. This will download a .sql file to your computer.

Notes and Concepts

Many systems, like HostGator's servers, are configured with control panel software installed used to delegate the administration of the account on the server.  Whenever possible, it is recommended you use the controls within the control panel itself for certain tasks (such as creation of databases, creation of users, management of user privileges, etc.) instead of phpMyAdmin.  Performing these tasks outside the control panel can produce undesired results in the operation of the control panel software.

On Linux based systems (like your HostGator server), database names, database users, table names and column names are case sensitive, whereas on Windows based systems they are case insensitive.



Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

How do I import a backup of my database (.sql file) using phpMyAdmin?
Knowledgebase Article 767,028 views tags: database mysql phpmyadmin

A repository of information on how you can manage your database by using the phpMyAdmin interface.
Knowledgebase Article 366,777 views tags: commands database mysql phpmyadmin

I need to Export or Import a MySQL database
Knowledgebase Article 410,131 views tags: mysql phpmyadmin ssh

Related Help Content

A guide on performing a standard SQL query using the phpMyAdmin interface
Knowledgebase Article 182,522 views tags: databases mysql phpmyadmin

How to Restore your MySQL Database?
Knowledgebase Article 374,242 views tags: admin database mysql php phpmyadmin restore

A guide to duplicating a MySQL database using phpMyAdmin
Knowledgebase Article 231,184 views tags: databases mysql phpmyadmin

A tutorial on how to perminately delete columns from your mySQL database using phpMyAdmin
Knowledgebase Article 178,475 views tags: Plesk cpanel databases mysql phpmyadmin

This article will show you how to rename a database table in phpMyAdmin.
Knowledgebase Article 313,464 views tags: databases mysql phpmyadmin

This article will walk you through the steps to copying and renaming a database with phpMyAdmin.
Knowledgebase Article 153,331 views tags: database phpmyadmin

Guidance on adding tables to your mySQL database in phpMyAdmin
Knowledgebase Article 108,055 views tags: mysql phpmyadmin

How to repair and optimize your database using phpMyAdmin:
Knowledgebase Article 433,964 views tags: database mysql optimizing repairing slow speed