Re: Changing engines, MyISAM to InnoDB Heelp

2006-08-18 Thread Dan Buettner
Brian, you can also set a default storage engine in your mysql config file (my.cnf) to ensure future tables get created with the desired storage engine (unless otherwise specified in your create statement). From http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html If you omit the ENGINE

Re: Changing engines, MyISAM to InnoDB Heelp

2006-08-18 Thread Dominik Klein
most of my Storage enines is MyISAM i wanna change them all to|InnoDB how do i do this >? ALTER TABLE tblname ENGINE="innodb"; -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Changing engines, MyISAM to InnoDB Heelp

2006-08-18 Thread Brian E Boothe
most of my Storage enines is MyISAM i wanna change them all to|InnoDB how do i do this >?thanks | -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]