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
This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.
This article will explain how to change the password for a database in the event that the original password is lost.
How can I connect to our MySQL database from Dreamweaver?
Related Help Content
How do I import a backup of my database (.sql file) using phpMyAdmin?
How to Restore your MySQL Database?
How do I create a MySQL backup?
I am prompted to set a new MySQL password. What does this mean and how do I change it?
How to repair and optimize your database using phpMyAdmin:
This article will explain how to connect your scripts to your MySQL databases.
I cannot connect to my database locally or remotely, do I have the correct server, username and password?
How to restore MySQL databases using the Site Backup & Restore tool