The BlueHost control panel provides a number of different tools that can be used to backup, restore and edit a MySQL database. phpMyAdmin is my preferred tool for these tasks.
If you do not feel confident about what you are doing, please have someone with more expertise backup, restore or edit your database.
An error could cause your site to stop functioning.
If you are a current or former Basically Brilliant client, contact us about services we can provide you.
Restoring a backup is similar to making the backup. Review the backup instructions.
Exporting to Excel is similar to creating a backup. You may want to review the backup procedure before you begin. The backup procedure selects all tables in a database before exporting. An export to Excel must select a single table in the database to be exported.
Select the database containing the table you wish to export (see Backup procedure).
Find the table to be exported in the list of database tables in left column list. Select (click on) the databse to be exported.
Click on the Export button at top of window.
The choices available may be different than in the following window depending on the version of phpMyAdmin that has been installed. However, all will include options for CSV.
The options on the right will be different depending on which export format has been selected by the radio buttons on the left.
Choose the CSV for Excel or Microsoft Excel options if available. If you must use the plain CSV format because the Excel options are not available, make sure you indicate that fields are terminated by a comma in the right hand panel (the default is a semi-colon).
You must select a table in your MySQL database that you want to replace or modify before you import your data.
Although phpMyAdmin may support Excel export formats, you must import from a CSV formated file (or SQL).
After choosing your database and table, click on the Import link at the top of the window in phpMyAdmin.
Click on the browse button and find the CSV file to be imported on your computer.
If your file has column names in the first row, change the value in the field “Number of records (queries) to skip from start” to 1.
In the “Options” section under “Format of imported file”
Choose whether you want to replace the table with the imported data. The answer is probably yes, but it is possible to just add new data to the table.
Make sure you change the “Fields terminated by” box to comma ”,”
Column names can be left blank if you selected skip first row above.
Click Go