shivani.shm Posted November 6, 2007 Share Posted November 6, 2007 hi I have created a table structure and used engine type as Innodb but the defaukt is taken as myisam and bcoz of tht i can't use referential integrity... My mysql version is 4.0.15. plz help out thanks in advance... Link to comment https://forums.phpfreaks.com/topic/76179-innodb-storage-engine-in-mysql/ Share on other sites More sharing options...
~n[EO]n~ Posted November 6, 2007 Share Posted November 6, 2007 Did you define the Engine CREATE TABLE test (i INT) ENGINE = INNODB; If you haven't defined then default will be used, you can ALTER TABLE test ENGINE = INNODB; Link to comment https://forums.phpfreaks.com/topic/76179-innodb-storage-engine-in-mysql/#findComment-385533 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.