|
|
|
你正在查看“默认分类”分类下的文章 |
|
| MySQL Master Master Replication |
| 2008-04-27 17:07 |
MySQL Master Master Repliction Tutorial
This tutorial describes how to set up MySQL
master-master replication. We need to replicate MySQL servers to
achieve high-availability (HA). In my case I need two masters that
are synchronized with each other so that if one of them drops down,
other could take over and no data is lost. Similarly when the first
one goes up again, it will still be used as
|
|
| 阅读全文>> |
| 类别:默认分类 | 评论(0) | 浏览(120) |
|
|
|
| 介绍MySQL Master-Slave架构下使用MMM的必要性 |
| 2008-04-27 17:05 |
|
| 阅读全文>> |
| 类别:默认分类 | 评论(0) | 浏览(113) |
|
|
|
| MySQL Reference Manual |
| 2008-04-25 22:59 |
MySQL Reference Manual
|
|
MySQL Version |
HTML Online |
HTML Page/chapter |
HTML Single page |
Eclipse Doc Plugin |
PDF |
CHM |
Man Pages |
RPM |
| English |
|
|
|
| 阅读全文>> |
| 类别:默认分类 | 评论(0) | 浏览(117) |
|
|
|
| 用MySQL-Proxy实现读写分离 |
| 2008-04-25 22:56 |
MySQL-Proxy,
6月份发布的MySQL-Proxy是处在你的MySQL数据库客户和服务端之间的程序,它还支持嵌入性脚本语言Lua。这个代理可以用来分析、监控和变换(transform)通信数据,它支持非常广泛的使用场景:
- 负载平衡和故障转移处理
- 查询分析和日志
- SQL宏(SQL macros)
- 查询重写(query rewriting)
- 执行shell命令
|
|
| 阅读全文>> |
| 类别:默认分类 | 评论(0) | 浏览(112) |
|
|
|