mysql最小权限 隔离级别

grant all on *.* to testuser@'192.168.1.0/25' identified by 'sdfsfdffdf';

grant all on *.* to testuser@'192.168.0.0/25' identified by 'sdfsfdffdf';  最小权限所有只有第一个生效

MVCC 多版本并发控制

事务特性:原子性 一致性 隔离性 持久性

隔离级别:1、read uncommitted 未提交读 2、read committed 提交读 3、repeatable read 可重复读 4、serializable 可串行化

posted @ 2017-01-17 16:09  howhy  阅读(175)  评论(0)    收藏  举报