On Sun, Dec 08, 2002 at 12:06:53PM -0800, Richard Reina wrote:

How do I switch from MYISAM to InnoDB? Are there any negative implication in swithing?

ALTER table TYPE=InnoDB;

It will take twice as much disk space or thereabouts and not support
full text queries.


SQL

--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



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