上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 177 下一页
摘要: 14.6.3 Grouping DML Operations with Transactions 组DML操作默认情况下,连接到MySQL server 开始是以启动自动提交模式,会自动提交每条SQL语句 当你执行它的时候。这种操作的模式可能会陌生 如果你有其他的数据库经验,它是标准的执行一... 阅读全文
posted @ 2016-07-01 15:44 czcb 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 14.6.2 Moving or Copying InnoDB Tables to Another Machine 移动或者copy InnoDB 表到另外的机器这个章节描述技术关于移动或者copying 一些或者全部的InnoDB 表到不同的服务器。比如,你可以移动整个MySQL 实例到一... 阅读全文
posted @ 2016-07-01 15:17 czcb 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 14.6.2 Moving or Copying InnoDB Tables to Another Machine 移动或者copy InnoDB 表到另外的机器这个章节描述技术关于移动或者copying 一些或者全部的InnoDB 表到不同的服务器。比如,你可以移动整个MySQL 实例到一... 阅读全文
posted @ 2016-07-01 15:17 czcb 阅读(72) 评论(0) 推荐(0) 编辑
摘要: zjtest7-app:/usr/local/apache-tomcat-7.0.55_8082/logs# netstat -nap | grep 8082tcp 0 0 :::8082 :::* ... 阅读全文
posted @ 2016-07-01 14:22 czcb 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 14.6.1 Creating InnoDB Tables 创建InnoDB 表:创建一个InnoDB 表,使用CREATE TABLE 语句,你不需要指定 ENGINE=InnoDB子句 如果InnoDB 定义为默认的存储引擎, 在MySQL 5.5是默认的版本。你仍旧可以使用ENGINE... 阅读全文
posted @ 2016-07-01 13:21 czcb 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 14.6.1 Creating InnoDB Tables 创建InnoDB 表:创建一个InnoDB 表,使用CREATE TABLE 语句,你不需要指定 ENGINE=InnoDB子句 如果InnoDB 定义为默认的存储引擎, 在MySQL 5.5是默认的版本。你仍旧可以使用ENGINE... 阅读全文
posted @ 2016-07-01 13:21 czcb 阅读(131) 评论(0) 推荐(0) 编辑
摘要: mysql 如何避免热点块?主键按sn自增列Oracle 可以通过翻转索引 比如 插入101 102 103 104 变成101 201 301 401 分散数据反转索引坏处,无法index range scanmysql> Create Index TEST_INDEX_R On machin... 阅读全文
posted @ 2016-07-01 12:32 czcb 阅读(161) 评论(0) 推荐(0) 编辑
摘要: mysql 如何避免热点块?主键按sn自增列Oracle 可以通过翻转索引 比如 插入101 102 103 104 变成101 201 301 401 分散数据反转索引坏处,无法index range scanmysql> Create Index TEST_INDEX_R On machin... 阅读全文
posted @ 2016-07-01 12:32 czcb 阅读(121) 评论(0) 推荐(0) 编辑
摘要: use Mojolicious::Lite;use JSON qw/encode_json decode_json/; use Encode;no strict;use JSON; use Data::Dumper;#no utf8;# /foo?user=sri post '/admin/... 阅读全文
posted @ 2016-07-01 10:59 czcb 阅读(145) 评论(0) 推荐(0) 编辑
摘要: use Mojolicious::Lite;use JSON qw/encode_json decode_json/; use Encode;no strict;use JSON; use Data::Dumper;#no utf8;# /foo?user=sri post '/admin/... 阅读全文
posted @ 2016-07-01 10:59 czcb 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 177 下一页