Page 1 of 1

How to enable MyISAM engine In Xampp?

PostPosted: 19. December 2012 05:18
by greenleaf
Im using Xampp lite 1.7.7 on windows. In phpAdmin, it only allows a default InnoDB. (The dropdown for choosing the engine is missing). When I try SQL query such as SQL query: ALTER TABLE products ENGINE = innodb That also fails. I could perhaps change the mysql config files, but I'd really like to have both engines available, and decide with each database or table.
So How to enable MyISAM engine In Xampp? :?: Thanks in advance!!