Mysql.md 206 B


title: MYSQL date: 2020-06-15

tags: Mysql

MYSQL相关

查看是否有未提交的日志

    select * from information_schema.innodb_trx ;

,,,