Using InnoDB with XAMPP MySQL
From HostThyself
XAMPP default installation of MySQL comes with InnoDB disabled.
To enable InnoDB, simply follow these steps. (These instructions are verified on Windows version of XAMPP)
- Go to the mysql/bin folder under the folder where XAMPP is installed.
- edit the file my and uncomment the innodb related lines
- Comment skip-innodb
#skip-innodb # Uncomment the following if you are using InnoDB tables innodb_data_home_dir = c:/apachefriends/xampp/mysql/ innodb_data_file_path = ibdata1:10M:autoextend innodb_log_group_home_dir = c:/apachefriends/xampp/mysql/ innodb_log_arch_dir = c:/apachefriends/xampp/mysql/