1.

What are Transaction Storage Engines in MySQL?

Answer»

To be able to USE MySQL’s transaction FACILITY, you have to be using MySQL’s INNODB storage engine (which is the DEFAULT from VERSION 5.5 onward). If you are not sure which version of MySQL your code will be running on, rather than assuming InnoDB is the default engine you can force its use when creating a table, as follows.



Discussion

No Comment Found