原文:[FATAL_ERROR] Uncaught PDOException: There is already an active transaction

FATAL ERROR Uncaught PDOException: There is already an active transaction 。。。 mysql gt beginTransaction 出现这个错误就是事务嵌套了。意思就是本来一段代码中已经开启了事务处理, 然后在这段代码中又写多了一个事务,同时开启了两个事务处理就会冲突。 ...

2019-06-06 10:22 0 477 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM