摘要:
14.1.2 Best Practices for InnoDB Tables InnoDB表最佳实践:这个章节描述使用InnoDB表最佳实践:1.指定一个主键用于每个表使用最多查询的列或者多列,或者一个自动递增值 如果没有明显的主键列2.使用关联无论数据是从多个表拉出基于表示ID只从那些表。对... 阅读全文
摘要:
14.1.1 Benefits of Using InnoDB Tables14.1.2 Best Practices for InnoDB Tables14.1.3 Checking InnoDB Availability14.1.4 Testing and Benchmarking with... 阅读全文
摘要:
7.5.1 Point-in-Time Recovery Using Event Times 使用Event Times 基于时间点恢复表明开始和结束时间用于恢复, 指定 --start-datetime and --stop-datetime 选项用于mysqlbinlog,在日期格式下。作... 阅读全文
摘要:
7.5 Point-in-Time (Incremental) Recovery Using the Binary Log 使用binay log 基于时间点恢复7.5.1 Point-in-Time Recovery Using Event Times7.5.2 Point-in-Time ... 阅读全文
摘要:
7.4 Using mysqldump for Backups 使用mysqldump 用于备份:7.4.1 Dumping Data in SQL Format with mysqldump7.4.2 Reloading SQL-Format Backups7.4.3 Dumping Dat... 阅读全文
摘要:
7.3.2 Using Backups for Recovery 使用备份用于恢复现在,假设我们有一个灾难性的crash 在星期三上午8点。需要恢复从备份恢复,为了恢复,我们首选需要恢复最近的全备份(星期日下午1点)全备份是一个SQL语句的集合,因此恢复它很容易-- Position to st... 阅读全文
摘要:
7.3 Example Backup and Recovery Strategy 备份和恢复策略实例7.3.1 Establishing a Backup Policy7.3.2 Using Backups for Recovery7.3.3 Backup Strategy Summary这个章... 阅读全文
摘要:
Sesssion 1:mysql> select @@tx_isolation;+-----------------+| @@tx_isolation |+-----------------+| REPEATABLE-READ |+-----------------+1 row in set ... 阅读全文
摘要:
阅读全文
摘要:
http://blog.csdn.net/reblue520/article/details/50516855 阅读全文