输入banner图图片脚本导航/分类

Mysql 关闭自动commit

  • mysql>  show variables like ‘autocommit‘;  
  • +---------------+-------+  
  • | Variable_name | Value |  
  • +---------------+-------+  
  • | autocommit    | OFF   |  
  • +---------------+-------+  
  • 1 row in set (0.00 sec)  
  • 2、@@autocommit为0表示off,为1表示on

    1. mysql> select @@autocommit;   //查看一下autocommit的设置  
    2. +--------------+  
    3. | @@autocommit |  
    4. +--------------+  
    5. |            0 |  
    6. +--------------+  
    7. 1 row in set (0.00 sec)  

    Mysql 关闭自动commit

    标签:alt   comment   关闭   ted   ber   mit   row   关闭自动   设置