PDA

View Full Version : Problem with INNODB storage engine


vuthcam
9-22-07, 02:47 PM
Currently, I am using mysql and i want to create some relation with referential integrity as i have done it in MS.access. As i search through some webs; To do that i have to had INNODB available in my mysql.
I have just met this problem so that i have no idea what i should troubleshoot it. Please help me to config INNODB in mysql and how to display it in the list of Storage Engine when creating tables in PHPMYADMIN.
Your help is really meaningful and helpful to me.
Thanks in advance

vuthcam

PS : i am using phpmyadmin 5.0.45, mysql 5.0

symo
9-23-07, 12:22 AM
MySQL at PowWeb is configured to use MyISAM. You cannot use InnoDB.

symo

dmacminn
9-24-07, 01:51 PM
Of course, if you're running a copy locally (like on a WAMP server), you can use InnoDB type if you wish ... but, as Symo notes, you're limited to MyISAM for web purposes on the Powweb.