MySQL学习笔记

来源:互联网 发布:王心凌 知乎 编辑:程序博客网 时间:2024/06/07 20:49
关闭自动提交
查询自动提交是否打开:show variables like "autocommit";
关闭提交:set autocommit=0;