Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Copy Tables Form Mysql 3.21 To Mysql 5.5
Tagged: copy tables
When i want to backup a set of tables from a 3.23 mysql version database to a 5.5 version I get a error on table definition.
The create table query uses type=myisam, where the 5.5 uses engine=myisam. So it isn't simple to copy tables.
Is there a simple solution (not manually edit query) for this problem?
John