Help
-
Search
-
Members
-
Calendar
Full Version:
MySQL help
Neowin Forums
>
*nix Customization & Support
>
Linux Server/BSD/Unix
huw
Mar 23 2005, 20:48
What is the easiest way to convert a table and its contents from myisam to Innodb?
Preferably using the Mysql administrated but the mysql console will do!
Thanks
b0b
Mar 24 2005, 00:05
ALTER TABLE `
database
`.`
table
` TYPE = InnoDB;
^^^ SQL query.
Make sure you have the `` symbols in your query.
huw
Mar 24 2005, 16:16
Ok thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Invision Power Board © 2001-2009
Invision Power Services, Inc.