In Mysql Administrator, when you backup, what is "Compatibility Mode"?
I am trying to compile backups created by webmin using the download tool available inside mysql admin . My data already has some inconsistencies (ticks, commas, etc., I think). I'm just not trying to bend (they may just appear in the future anyway). These kinks generate errors when I try to restore from backups.
Now, if I back up from webmin and then use the MySQL administrator to restore them, they fail. But if I create backups using the MySQL administrator and check "Compatibility mode", then go to the MySQL administrator (another instance) and restore ... it works!
According to MySQL, "Compatibility Mode":
Compatibility mode creates backup files that are compatible with older versions of MySQL Administrator.
Webmin, on the other hand, gives me the following compatibility options:
- Ansi
- MySQL 3.2.3
- MySQL 4.0
- PostgreSQL
- Oracle
- Microsoft SQL
- DB2
- Maxdb
What would you say is this best suited? My data set is very large, so it will take some time to experiment one after another (especially if thinking can exceed its cruelty).
Edit: it looks like it is doing ANSI, but I'm not 100% on it.
mysql backup
mauriciopastrana
source share