paruby Posted November 24, 2007 Share Posted November 24, 2007 Hello, I just upgraded from MySQL 4.1.x to 5.0.4. I don't know if I just didn't notice it before in 4.1, but now, when I look at a given DB (all DB's exihibit the same behavior, including "mysql"), the tables are all listed as type "MyISAM", but at the bottom of the table, there is a list of the total # of tables, with a column listing "SUM", and the type is InnoDB. I have read a lot about the overheard of the InnoDB type, and do not need it, wondering if the SUM is of issue? Can this be changed to MyISAM, or does it matter? The collation of the tables is either "latin1_swedish_ci" or "utf8_unicode_ci" Link to comment https://forums.phpfreaks.com/topic/78648-myisam-and-innodb-in-same-db/ Share on other sites More sharing options...
fenway Posted November 24, 2007 Share Posted November 24, 2007 If you're not actually using the innodb features in your application, you can convert to back. Link to comment https://forums.phpfreaks.com/topic/78648-myisam-and-innodb-in-same-db/#findComment-398190 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.