0

I have a db schema with 10 tables in mysql. some of table has innodb engine, and some of table with myisam. However, when using phpmyadmin exporting the schema in SQL format, it converts all tables engine to mysiam.
So why phpmyadmin automatically change the tables engine?
How can I keep my tables engine the same when export with phpmyadmin?

tshepang
  • 12,111
  • 21
  • 91
  • 136
bourneli
  • 2,172
  • 4
  • 24
  • 40

1 Answers1

0

Check if you are dumping the data as "structure and data" selected option when exporting using "Custom - display all possible options".

Mu Mind
  • 10,935
  • 4
  • 38
  • 69