Try:

alter table [tablename] type = myisam;

There is a script that purports to do this for you, but the copy that I had wouldn't
run properly, so I just made a file of the SQL needed, and ran it through mysql...

Tac/Smokescreen Action Network wrote:

> I've searched the MySQL manual and can't figure out how to convert one (or
> all) tables to MyISAM.  (I'm upgrading a very large database from 3.22 to
> 3.23).
>
> I think there's a way to do it from the ALTER TABLE command, but I can't
> seem to find any examples.
>
> Thx,
>
> Tac
>
> ---------------------------------------------------------------------
> 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


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