If you are running the latest version of MariaDB and trying to import these backups into MDOQ you may run into MDOQ being unable to import the sql file.
Unknown command '\-'
At the moment MDOQ doesn't offer MariaDB and therefor all database dumps will need converting to the correct format. (see here for some info on what MariaDB changed and why it's not compatible with MySQL)
Fortunatley with a few manual steps we can convert the file so MDOQ (MySQL) can import it.
- Download the SQL file
- Unzip it
- run the following: `sed -i '/enable the sandbox mode/d' FILENAME.sql`
- gzip the file
- re-upload
You should then be able to resync MySQL and it will import the new file.