• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question How downgrade mysql 5.7 to mysql 5.6

Pasquale

New Pleskian
Yesterday I was wrong and I updated mysql to 5.7
How can i get back to mysql version 5.6

Do I need to backup my databases?

I use ubuntu 16.04 and plesk 17
Thanks advance
 
If you downgrade from one release series to another, there may be incompatibilities in table storage formats. In this case, use mysqldump to dump your tables before downgrading. After downgrading, reload the dump file using mysql or mysqlimport to re-create your tables.
 
Back
Top