InnoDB and My ISAM Tables

2002-05-30 Thread Arul
Hi All First of all i would like to know the basic difference between Inno DB and My ISAM Table types.. I wanted mySQL to support AutoIncrement , Transactions,Foreign Key Constraints,Blob, Text etc...so as per the documents i thought of using a InnoDB Table... Currently i am using 3.23.49 Max

Re: InnoDB and My ISAM Tables

2002-05-30 Thread Thomas Spahni
Arul, do the equivalent of mysqladmin variables | grep 'inno' | less and check that innodb is up and running. Thomas -- sql, query On Thu, 30 May 2002, Arul wrote: Hi All First of all i would like to know the basic difference between Inno DB and My ISAM Table types.. I wanted mySQL

Re: InnoDB and My ISAM Tables

2002-05-30 Thread Victoria Reznichenko
Arul, Thursday, May 30, 2002, 2:05:52 PM, you wrote: A First of all i would like to know the basic difference between Inno DB and A My ISAM Table types.. Check the manual: http://www.mysql.com/doc/T/a/Table_types.html A I wanted mySQL to support AutoIncrement , Transactions,Foreign Key A