Bluehost Web Hosting Help
MySQL Database Compatibility
If your version of MySQL is a later release than ours, you can export the database to make it compatible with ours. To do this you would run the below command from the command prompt on your server.mysqldump --compatible=mysql40 -udb_USERNAME -pdb_PASSWORD db_name > FILENAME
Note: Replace db_name, db_USERNAME, db_PASSWORD, & FILENAME with the name of the database, the user, the password, and the file name, respectively.
Recommended Help Content
How to Create and Delete MySQL Databases and Users
This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.
How To Reset MySQL Database User & Password
This article will explain how to change the password for a database in the event that the original password is lost.
Connecting to your MySQL DB from Dreamweaver
How can I connect to our MySQL database from Dreamweaver?
Related Help Content
Import a MySQL Database using phpMyAdmin
How do I import a backup of my database (.sql file) using phpMyAdmin?
MySQL Database Restore
How to Restore your MySQL Database?
How to Backup a MySQL Database
How do I create a MySQL backup?
Setting a Password for the Main MySQL User
I am prompted to set a new MySQL password. What does this mean and how do I change it?
MySQL Repair and Optimize Tables in phpMyAdmin
How to repair and optimize your database using phpMyAdmin:
Connecting Scripts to MySQL Databases
This article will explain how to connect your scripts to your MySQL databases.
MySQL Database and user name convention
I cannot connect to my database locally or remotely, do I have the correct server, username and password?
Restore MySQL databases using the Site Backup & Restore tool
How to restore MySQL databases using the Site Backup & Restore tool