V vdvm Verified User Joined Oct 5, 2005 Messages 39 May 12, 2006 #1 KnowledgeTree needs transaction support from mysql. Transaction support not available in database. How can i activate it? Thank you.
KnowledgeTree needs transaction support from mysql. Transaction support not available in database. How can i activate it? Thank you.
T toml Verified User Joined Oct 3, 2003 Messages 1,260 Location Scottsdale, AZ May 12, 2006 #2 You need to be using InnoDB storage engine for that database in order to use transactions. The default is MyISAM and they don't support transactions. Then transactions are handled via MySQL syntax (START TRANSACTION, COMMIT, and ROLLBACK).
You need to be using InnoDB storage engine for that database in order to use transactions. The default is MyISAM and they don't support transactions. Then transactions are handled via MySQL syntax (START TRANSACTION, COMMIT, and ROLLBACK).