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.
If you need further assistance, feel free to contact us via Chat or Phone:
- Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
- Phone Support -
- US: 888-401-4678
- International: +1 801-765-9400
You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.