2016年8月25日

mysql 创建外键引用时眼瞎了,然而mysql 报的错也是认人摸不着头脑

摘要: 问题描述: 在创建外键约束时mysql 报 Create table 'tempdb/student' with foreign key constraint failed. There is no index in the referenced table where the referenced 阅读全文

posted @ 2016-08-25 15:45 蒋乐兴的技术随笔 阅读(2274) 评论(0) 推荐(0) 编辑

information_schema.events 学习

摘要: information_schema.events 表保存了整个mysql实例中的event 信息 1、常用列: 1、event_catalog :永远是def 2、event_schema :event 所在的数据库名 3、event_name :event 名 4、definer :创建这个ev 阅读全文

posted @ 2016-08-25 15:03 蒋乐兴的技术随笔 阅读(1370) 评论(0) 推荐(0) 编辑

information_schema.engines学习

摘要: 当前mysql实例的存储引擎信息可以从information_schema.engines 中查询到 例子: 阅读全文

posted @ 2016-08-25 13:51 蒋乐兴的技术随笔 阅读(423) 评论(0) 推荐(0) 编辑

mysql----innodb统计信息

摘要: 对innodb 统计信息的控制可以通过如下几个常用的variables 来实现 1、innodb_stats_persistent: 这个参数控制着innodb的统计信息是否持久化到磁盘,先说明一下持久化到磁盘是什么意思;通常来说统计信息只保存在内存中,也就是说如果mysql服务一重启那么之前 所有 阅读全文

posted @ 2016-08-25 11:11 蒋乐兴的技术随笔 阅读(842) 评论(0) 推荐(0) 编辑

导航