I don't believe my web host has either InnoDB or BDB installed on their
system so I ran some tests here:

mysql> alter table Development_EventType TYPE=INNODB;
Query OK, 3 rows affected (0.00 sec)
Records: 3  Duplicates: 0  Warnings: 0


That's the result I get, but when I do a table dump, the type is still
showing MyISAM.

1.  Is my syntax correct on this?
2.  Is there a way to list table types installed in a system?  I do have
php installed , there, if that helps.

Carl


---------------------------------------------------------------------
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