查询数据库默认事务等级MySQL 5.7版本MySQL 8版本 查询数据库默认事务等级 MySQL 5.7版本select @@tx_isolation; MySQL 8版本show variables like 'transaction%';