查询mysql的事务隔离级别

如何查询mysql的事务隔离级别?

解决方法:

四种隔离级别:

Read Uncommitted(读取未提交内容)

Read Committed(读取提交内容)

Repeatable Read(可重读)

Serializable(可串行化)

使用一下sql查询:http://www.yayihouse.com/yayishuwu/chapter/2007

猜你喜欢

转载自blog.csdn.net/qq_30908729/article/details/94385405