Change Storage Engine Type, CharSet

by Vinoth 2009-09-01 12:49:55

To change the Storage Engine Type and/or CharSet execute bellow query

ALTER TABLE db`.`table_name` ENGINE = InnoDB CHARACTER SET ascii;

Tagged in:

1570
like
0
dislike
0
mail
flag

You must LOGIN to add comments