标签:llb 数据 tar star commit cti 过程 开启 mit
1、定义:一件事从开始发生到结束的整个过程
2、作用:确保数据的一致性
3、事务和事务回滚的应用
1、SQL命令会 autocommit 到数据库执行
2、事务操作
1、开启事务
mysql> begin; | start transactions;
mysql> SQL命令...
## 此时autocommit被禁用 ##
2、终止事务
mysql> commit; | rollback;
标签:llb 数据 tar star commit cti 过程 开启 mit
原文地址:https://www.cnblogs.com/zengsf/p/9588933.html