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... Quote Link to comment 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; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.