Welcome Guest, Not a member yet? Register   Sign In
Need some help on Transaction (Transaction didn't rollback)
#2

(This post was last modified: 12-28-2021, 11:22 PM by jeffreyngai92.)

Hi All,


The problem Settle already
Is because of table engine problem should use InnoDB not MyISAM.


FYI You can use below code to check your database table engine type.


Code:
SELECT table_name, table_type, engine
FROM information_schema.tables
WHERE table_schema = 'your_database_name'
ORDER BY table_name;


Thanks all.
Reply


Messages In This Thread
RE: Need some help on Transaction (Transaction didn't rollback) - by jeffreyngai92 - 12-28-2021, 11:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB