Bluehost 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 Bluehost 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 Bluehost'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 Bluehost server), database names, database users, table names and column names are case sensitive, whereas on Windows based systems they are case insensitive.

Knowledgebase Article 249,863 views bookmark tags: database export myphpadmin


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Import a MySQL Database using phpMyAdmin

How do I import a backup of my database (.sql file) using phpMyAdmin?

Managing Your DB Using phpmyadmin

A repository of information on how you can manage your database by using the phpMyAdmin interface.

MySQL Import and Export

I need to Export or Import a MySQL database

Related Help Content

How To Run SQL Queries in PHPMyAdmin

A guide on performing a standard SQL query using the phpMyAdmin interface

MySQL Database Restore

How to Restore your MySQL Database?

How To Copy A Database Using PHPMyAdmin

A guide to duplicating a MySQL database using phpMyAdmin

Dropping columns from a database table using PhpMyAdmin

A tutorial on how to perminately delete columns from your mySQL database using phpMyAdmin

How To Rename Database Tables in PHPMyAdmin

This article will show you how to rename a database table in phpMyAdmin.

How to Copy or Rename a Database

This article will walk you through the steps to copying and renaming a database with phpMyAdmin.

How to Add Tables to a DB in PhpMyAdmin

Guidance on adding tables to your mySQL database in phpMyAdmin

MySQL Repair and Optimize Tables in phpMyAdmin

How to repair and optimize your database using phpMyAdmin: