上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 177 下一页
摘要: Mysql InnoDB 是IOT表 锁基于索引 阅读全文
posted @ 2016-06-11 17:06 czcb 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Mysql InnoDB 是IOT表 锁基于索引 阅读全文
posted @ 2016-06-11 17:06 czcb 阅读(217) 评论(0) 推荐(0) 编辑
摘要: mysql> desc ProductInfo;+----------------+--------------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Ext... 阅读全文
posted @ 2016-06-08 21:14 czcb 阅读(139) 评论(0) 推荐(0) 编辑
摘要: mysql> desc ProductInfo;+----------------+--------------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Ext... 阅读全文
posted @ 2016-06-08 21:14 czcb 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/perl use DBI; $db_name='scan'; $ip='127.0.0.1'; $user="root"; $passwd="1234567"; $dbh = DBI->connect("dbi:mysql:database=$db_name;... 阅读全文
posted @ 2016-06-08 21:06 czcb 阅读(127) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/perl use DBI; $db_name='scan'; $ip='127.0.0.1'; $user="root"; $passwd="1234567"; $dbh = DBI->connect("dbi:mysql:database=$db_name;... 阅读全文
posted @ 2016-06-08 21:06 czcb 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 14.3.1 InnoDB Locking InnoDB 锁本章节描述InnoDB 使用的锁类型:Shared and Exclusive LocksIntention LocksRecord LocksGap LocksNext-Key LocksInsert Intention Locks... 阅读全文
posted @ 2016-06-07 23:08 czcb 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 14.3.1 InnoDB Locking InnoDB 锁本章节描述InnoDB 使用的锁类型:Shared and Exclusive LocksIntention LocksRecord LocksGap LocksNext-Key LocksInsert Intention Locks... 阅读全文
posted @ 2016-06-07 23:08 czcb 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Session 1:mysql> select * from s100;+-----+------+------+| sn | id | info |+-----+------+------+| 227 | 1 | 1a || 228 | 3 | 3a || 229 |... 阅读全文
posted @ 2016-06-07 17:45 czcb 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Session 1:mysql> select * from s100;+-----+------+------+| sn | id | info |+-----+------+------+| 227 | 1 | 1a || 228 | 3 | 3a || 229 |... 阅读全文
posted @ 2016-06-07 17:45 czcb 阅读(223) 评论(0) 推荐(0) 编辑
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 177 下一页