logo logo
How to Enable MySQL InnoDB Storage Engine on XAMPP

How to Enable MySQL InnoDB Storage Engine on XAMPP

InnoDB is one of MySQL storage engines, it supports transactions, row-level locking, and foreign-keys. However, by default, InnoDB is not enabled by XAMPP. To enable it, locate the my.cnf configuration file...
bottom