上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 177 下一页
摘要: 14.9.2 Specifying the Row Format for a Table 指定 表的行格式mysql> SHOW TABLE STATUS\G;*************************** 1. row *************************** ... 阅读全文
posted @ 2016-07-05 09:44 czcb 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 14.9.2 Specifying the Row Format for a Table 指定 表的行格式mysql> SHOW TABLE STATUS\G;*************************** 1. row *************************** ... 阅读全文
posted @ 2016-07-05 09:44 czcb 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、普通查询方式 a、字符串 $arr=$m->where("sex=0 and username='gege'")->find(); b、数组 $data['sex']=0; $data['username']='gege'; $arr=$m->where($data)->... 阅读全文
posted @ 2016-07-04 23:47 czcb 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、普通查询方式 a、字符串 $arr=$m->where("sex=0 and username='gege'")->find(); b、数组 $data['sex']=0; $data['username']='gege'; $arr=$m->where($data)->... 阅读全文
posted @ 2016-07-04 23:47 czcb 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 14.9 InnoDB Row Storage and Row Formats InnoDB 行存储和行格式:14.9.1 Overview of InnoDB Row Storage14.9.2 Specifying the Row Format for a Table14.9.3 DYNA... 阅读全文
posted @ 2016-07-04 18:04 czcb 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 14.8.3 Identifying the File Format in Use 确认使用的文件格式;如果 你启用一个不同的文件格式使用 innodb_file_format configuration 选项mysql> show variables like '%innodb_file_f... 阅读全文
posted @ 2016-07-04 17:10 czcb 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 14.8.2 Verifying File Format Compatibility 校验文件格式兼容性:14.8.2.1 Compatibility Check When InnoDB Is Started14.8.2.2 Compatibility Check When a Table I... 阅读全文
posted @ 2016-07-04 16:49 czcb 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 14.8.2 Verifying File Format Compatibility 校验文件格式兼容性:14.8.2.1 Compatibility Check When InnoDB Is Started14.8.2.2 Compatibility Check When a Table I... 阅读全文
posted @ 2016-07-04 16:49 czcb 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 14.8 InnoDB File-Format Management14.8.1 Enabling File Formats14.8.2 Verifying File Format Compatibility14.8.3 Identifying the File Format in Use14.... 阅读全文
posted @ 2016-07-04 15:44 czcb 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 14.6.7?Limits on InnoDB Tables InnoDB 表的限制警告:不要把MySQL system tables 从MyISAM 到InnoDB 表。这是不支持的操作,如果你这么做,MySQL 不重启直到你恢复老的system tables从一个备份或者再生通过初始... 阅读全文
posted @ 2016-07-04 14:18 czcb 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 177 下一页