[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Converting tables to MyISAM
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 <mysql-thread67844@xxxxxxxxxxxxxxx>
> To unsubscribe, e-mail <mysql-unsubscribe-denis=impactonline.org@xxxxxxxxxxxxxxx>
> 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 <mysql-thread67846@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
This mailing list archive is a service of Copilot Consulting.