How can I determine type of mysql database : whether it is InnoDB or MyISAM?

前端 未结 6 604
不知归路
不知归路 2021-01-31 17:08
  • How can I determine type of mysql database : whether it is InnoDB or MyISAM ?
  • How can I convert MyISAM to InnoDB or vice-versa ?
6条回答
  •  忘了有多久
    2021-01-31 18:02

    Regarding converting myIsam to Innodb

    http://dev.mysql.com/doc/refman/5.0/en/converting-tables-to-innodb.html

提交回复
热议问题