08 2019 档案

摘要:转载 https://www.cnblogs.com/freeweb/p/5446632.html 阅读全文
posted @ 2019-08-16 10:01 imfx 阅读(1730) 评论(0) 推荐(0)
摘要:mysql支持4种事务隔离级别分别为 Read Uncommitted 读未提交 Read Committed 读已提交 Repeatable Read 可重复读 *注意这个概念容易混,下面细说 Serializable 串行化事务操作 1.Read Uncommitted 读未提交 事务隔离级别设 阅读全文
posted @ 2019-08-02 11:52 imfx 阅读(406) 评论(0) 推荐(0)