li
  当前位置:主页 > 集群技术 > 文章内容
li
高性价比mysql集群配置(3)
来源: www.ixdba.net  作者: IXDBA.NET官方    时间:2008-03-28   阅读:79  
本文章共6229字,分4页,当前第3页,快速翻页:
 

# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
#    the syntax is:
#
#    CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
#    MASTER_USER=
<user>, MASTER_PASSWORD=<password>
 ;
#
#    where you replace 
<host><user><password>
 by quoted strings and
#    
<port>
 by the master's port number (3306 by default).
#
#    Example:
#
#    CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
#    MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
IXDBA.NET技术社区
#
# 2) Set the variables below. However, in case you choose this method, then
#    start replication for the first time (even unsuccessfully, for example
#    if you mistyped the password in master-password and the slave fails to
#    connect), the slave will create a master.info file, and any later
#    change in this file to the variables' values below will be ignored and
#    overridden by the content of the master.info file, unless you shutdown
#    the slave server, delete master.info and restart the slaver server.
#    For that reason, you may want to leave the lines below untouched
#    (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id       = 2
#
# The replication master for this slave - required
#master-host     =   
<hostname>

#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user     =   
<username>
#
# The password the slave will authenticate with when connecting to


阅读更多内容<<上一页 · 1 · 2 · 3 · 4 · 下一页>>


  上一篇: 利用apache代理功能实现负载均衡...   下一篇: HACMP工作原理以及日常维护
li
 §相关评论  
 热点文章

·Linux RAC OCFS文件系统与INOD
·Oracle10g R2 Installing RAC
·Linux服务器集群系统(lvs)
·Linux对存储文件系统的技术架构
·linux常用集群文件系统简介
·如何选择合适的双机和集群软件
·LifeKeeper软件介绍
·纯软件方式的双机热备方案深入
·双机热备:基于共享存储与纯软
·双机热备与数据备份,数据安全的
·双机热备常见问题释疑
li
 编辑推荐
·Linux RAC OCFS文件系统与INOD
·Oracle10g R2 Installing RAC
·Linux服务器集群系统(lvs)
·Linux对存储文件系统的技术架构
·linux常用集群文件系统简介
·如何选择合适的双机和集群软件
·LifeKeeper软件介绍
·纯软件方式的双机热备方案深入
·双机热备:基于共享存储与纯软
·双机热备与数据备份,数据安全的
·双机热备常见问题释疑
li
 相关篇章
·利用apache代理功能实现负载均衡...
·国内linux下ha高可用软件简单介绍
·Oracle10g RAC (OCFS2)开启关闭及...
·Oracle10g RAC 关闭及启动步骤
·Oracle10g RAC ASM 环境日常管理...
·Linux对存储文件系统的技术架构研...
·Linux服务器集群系统(lvs)
·linux常用集群文件系统简介
·双机热备基本概念分析
·双机、集群的配置模式:主从、互...
·HACMP工作原理以及日常维护
·集群原理:双机软件与集群软件的异...
·ROSE HA双机软件全程图解安装配置
·ORACLE FailSafe与rac(ops)的区别
·Linux下多网卡实现负载均衡技术
·硬件的负载均衡器和LVS实现负载均...
·构建基于Linux具有高可用性的集群...
·Rose HA日常相关维护命令与技巧
·oracle 10g dataguard 在windows...
·oracle rac日常基本维护命令
 
li
设为首页 | 关于我们 | 技术服务 | 收藏本站 | 网站地图 | 联系方式 | 本站友情连接