> How do I know the table is configured by InnoDB instead of normal table ?
Do a "show table status" or a "show create table name_of_my_table"

> Should I at least see some entry in the /etc/my.cnf to indicate that InnoDB
> is configured?
No, but if you don't want to use innodb you can add "skip-innodb" in the /etc/my.cnf

Marc. 

-----Message d'origine-----
De : Chen, Jenny [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 15 avril 2004 18:23
À : '[EMAIL PROTECTED]'
Objet : InnoDB


MySQL Experts:

I am new for MySQL database.  
We have a 4.0.18 MySQL sit on Linux box.

I am reading on InnoDB. And having a question.

How do I know the table is configured by InnoDB instead of normal table ?
Should I at least see some entry in the /etc/my.cnf to indicate that InnoDB
is configured?

Thanks in advance.
Jenny




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to