David,
Tuesday, November 05, 2002, 4:05:57 PM, you wrote:

DAF> I'm have trouble creating InnoDB tables.  I'm using MySQL version
DAF> 3.32.51-max.  I have "innodb_data_file_path = ibdata1:30M:autoextend" in my
DAF> "my.ini" file.  According to the manual, I should be able to use and create
DAF> InnoDB tables.  When I specify "type = InnoDB" in my table creation
DAF> statement, MySQL doesn't give me any errors, but when I use "show table
DAF> status;", the tables show up as MyISAM.  Any help would be appreciated.

Use SHOW VARIABLES LIKE "have_%" to see if InnoDB is enabled.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to