最赞回答 / Zi_Hua
手册上说 beginTransaction 模式本来就是关闭自动提交的,直到遇见 commit 才会提交。也就是说开启了事务,就可以不用手动去关闭自动提交。所以题主的问题是对的。
2016-07-08
mysql 现在的默认引擎是myism, 所以如果你的没用回滚的话, 很有可能是engine不对。
运行一下 alter table userAccount engine = innodb; 应该就可以了
运行一下 alter table userAccount engine = innodb; 应该就可以了
2016-07-04
发送邮件失败
Fatal error: Uncaught exception 'Swift_TransportException' with message 'Failed to authenticate on SMTP server with username "1647398574@qq.com" using 1 possible authenticators'
Fatal error: Uncaught exception 'Swift_TransportException' with message 'Failed to authenticate on SMTP server with username "1647398574@qq.com" using 1 possible authenticators'
2016-06-27