09 2017 档案

摘要:环境 mysql版本:5.7.19 官方文档:(https://dev.mysql.com/doc/refman/5.7/en/innodb multiple tablespaces.html) 查看目前属于哪种表空间 mysql show variables like '%per_%'; 共享表空 阅读全文
posted @ 2017-09-11 14:14 三国梦回 阅读(1506) 评论(0) 推荐(0) 编辑
摘要:用法 这个只能查询此刻正在进行中的事务,已经完成的是查不到的 针对mysql 5.6,查看更具体的信息: `SELECT a.trx_id, a.trx_state, a.trx_started, a.trx_query, b.ID, b.USER, b.DB, b.COMMAND, b.TIME, 阅读全文
posted @ 2017-09-05 17:02 三国梦回 阅读(21687) 评论(0) 推荐(1) 编辑
摘要:定义 Mysql文档原文:SET autocommit disables or enables the default autocommit mode for the current session. Autocommit is a session variable and must be set 阅读全文
posted @ 2017-09-05 16:34 三国梦回 阅读(1985) 评论(0) 推荐(0) 编辑
摘要:1、下载数据库 下载地址: [test数据库] (https://github.com/datacharmer/test_db) 不出意外的话,下载下来是个unzip文件。 2、上传到数据库服务器 `mysql uroot p t 阅读全文
posted @ 2017-09-05 11:00 三国梦回 阅读(558) 评论(0) 推荐(0) 编辑
摘要:因为最近在学习innodb引擎,所以就在自己的sqlyog上执行上述命令: SHOW ENGINE INNODB STATUS 结果显示如下: 换了个客户端navicat,执行如下: 最后登录到服务器上,用mysql自带的client执行了一下,是ok的。 很是奇怪,然后用了mysql自带的work 阅读全文
posted @ 2017-09-04 16:56 三国梦回 阅读(1317) 评论(0) 推荐(1) 编辑
摘要:mysql 阅读全文
posted @ 2017-09-04 16:25 三国梦回 阅读(922) 评论(0) 推荐(0) 编辑
摘要:1.[root@mini1 ~]# cat /etc/issue 2.[root@mini1 ~]# cat /etc/redhat-release 查看位数: [root@mini1 ~]# getconf LONG_BIT 阅读全文
posted @ 2017-09-04 10:44 三国梦回 阅读(4150) 评论(0) 推荐(0) 编辑