Assuming your server supports innodb, you can use:

Alter table table_name TYPE = InnoDB;

if it failed, simply create a table with the new type,
populate it with the data in your table (with the
"wrong" type), drop the old table and rename the new
table.


--- [EMAIL PROTECTED] wrote:
> 
> Are you running mysql or mysql-max? InnoDB is not
> supported in standard
> mysql. If you are running max then are there any
> error messages?
> 
> 
> 
> 
> Extranet
> [EMAIL PROTECTED] - 05/02/2003 17:17
> 
> To:    mysql
> 
> cc:
> 
> 
> Subject:    innodb
> 
> 
> I have a small probleme with MySQL in 3.23.55.
> I do not manage to create my tables under the format
> InnoDB by specifying
> the
> type of creation at the end of the command.
> Thank you in advance
> 
>
---------------------------------------------------------------------
> 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
> 
> 
> 
> 
> 
> 
> 
> 
> This message and any attachments (the "message") is
> intended solely for the addressees and is
> confidential. 
> If you receive this message in error, please delete
> it and 
> immediately notify the sender. Any use not in accord
> with 
> its purpose, any dissemination or disclosure, either
> whole 
> or partial, is prohibited except formal approval.
> The internet
> can not guarantee the integrity of this message. 
> BNP PARIBAS (and its subsidiaries) shall (will) not 
> therefore be liable for the message if modified. 
> 
>                
> ---------------------------------------------
> 
> Ce message et toutes les pieces jointes (ci-apres le
> 
> "message") sont etablis a l'intention exclusive de
> ses 
> destinataires et sont confidentiels. Si vous recevez
> ce 
> message par erreur, merci de le detruire et d'en
> avertir 
> immediatement l'expediteur. Toute utilisation de ce 
> message non conforme a sa destination, toute
> diffusion 
> ou toute publication, totale ou partielle, est
> interdite, sauf 
> autorisation expresse. L'internet ne permettant pas 
> d'assurer l'integrite de ce message, BNP PARIBAS (et
> ses
> filiales) decline(nt) toute responsabilite au titre
> de ce 
> message, dans l'hypothese ou il aurait ete modifie.
> 
> 
>
---------------------------------------------------------------------
> 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
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.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