简体   繁体   中英

phpmyadmin convert myisam to innodb

Hey, so I have recently become aware that in order to do foreign key relationships, I need to convert my tables over to innodb. I was wanting to do this in phpmyadmin and found the option for 'storage engine (type)' However my dropdown of options is limited to: MyISAM , MEMORY , and MRG_MYISAM

Would anyone be able to explain why this is?

apache 2.0 
phpmyadmin 3.3.10 
mysql 5.0.67
php 5.2.2

Thanks!

InnoDB support has to be enabled on the instance of MySQL you're using.

Try issuing a SHOW ENGINES SQL command to see what's available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM