摘要:
环境 mysql版本:5.7.19 官方文档:(https://dev.mysql.com/doc/refman/5.7/en/innodb multiple tablespaces.html) 查看目前属于哪种表空间 mysql show variables like '%per_%'; 共享表空 阅读全文
摘要:
定义 Mysql文档原文:SET autocommit disables or enables the default autocommit mode for the current session. Autocommit is a session variable and must be set 阅读全文