表示 进入内容 841 去 850 的 851 « 先前的 10 新的记录 | 下一步 1 较早的记录 » Search Planet MySQL Go Displaying posts with tag: 同步 (reset) Jul 16 2012 Windows下MySQL的主从热备(自动同步)配置 Posted by mysql-云栖社区 on Mon 16 Jul 2012 09:53 UTC Tags: Windows, server, MySQL, 同步, 配置 本配置方法适用于5.1之后的版本,个人在5.5上配置成功(5.1之前版本请参考另外的配置说明) 环境说明: Master:192.168.1.200 Slave:192.168.1.210 MySQL 的 Master 配置: 配置my. 【mysql】 【windows】 【配置】 【同步】 【Server】 点击查看原文> Nov 24 2008 配置Mysql5.0双机同步 Posted by mysql-云栖社区 on Mon 24 Nov 2008 05:19 UTC Tags: thread, binlog, shell, MySQL, 数据库, 同步, 配置, 服务器 https://forum.eviloctal.com/thread-30618-1-1.html 平台:Redhat AS4. 【服务器】 【mysql】 【数据库】 【shell】 【配置】 【同步】 【binlog】 【thread】 点击查看原文> Nov 17 2008 使用nginx负载均衡lucene Posted by mysql-云栖社区 on Mon 17 Nov 2008 06:38 UTC Tags: javascript, lucene, cache, Nginx, log, bash, shell, server, tomcat, MySQL, 索引, 同步, 负载均衡, 域名 server a是之前退役的,现存放着一些小些php站点和lucene 搜索,server acpu: Xeon(TM) CPU 2.80GHz (双核*2)mem:1G*2disk:scsi 74G *2 (raid 0)os:as4app:nginx+php+fcgi+xcache+mysql+tomcat+postfix server b为刚退役,没有站点。 【nginx】 【javascript】 【域名】 【mysql】 【LOG】 【shell】 【tomcat】 …[获取更多] Jul 29 2008 MYSQL完整安装和主从双机配置 Posted by mysql-云栖社区 on Tue 29 Jul 2008 09:36 UTC Tags: innodb, db, log, binlog, test, MySQL, 数据库, 同步, 日志, 配置, 服务器, 主机 原作者:marry,联系:macrdy@126.com 示例主机:192.168.0.1 示例备机:192.168.0.2 ################################# mysql 完整安装 #########################... 【服务器】 【mysql】 【innodb】 【日志】 【LOG】 【数据库】 【配置】 …[获取更多] Jul 28 2008 MYSQL 的 MASTER到MASTER的主主循环同步 Posted by mysql-云栖社区 on Mon 28 Jul 2008 09:10 UTC Tags: innodb, binlog, test, MySQL, 同步 刚刚抽空做了一下MYSQL 的主主同步。把步骤写下来,至于会出现的什么问题,以后随时更新。这里我同步的数据库是TEST1、环境描述。 主机:192.168.0.231(A) 主机:192.168.0.232(B) MYSQL 版本为5.1.212、授权用户。 【mysql】 【innodb】 【同步】 【test】 【binlog】 点击查看原文> Jul 28 2008 mysql双机热备份的实现步骤 Posted by mysql-云栖社区 on Mon 28 Jul 2008 06:51 UTC Tags: Replication, grant, MySQL, 数据库, 同步, 日志, 测试, 配置, 服务器 MySQL 提供了数据库的同步功能,这对我们实现数据库的冗灾、备份、恢复、负载均衡等都是有极大帮助的。本文描述了常见的同步设置方法。 同步有两种形式: “主-从”,和“主-主”。 【服务器】 【mysql】 【日志】 【数据库】 【配置】 【测试】 【同步】 …[获取更多] Apr 21 2008 MySQL主从复制中关于AUTO_INCREMENT的奇怪问题 Posted by mysql-云栖社区 on Mon 21 Apr 2008 13:58 UTC Tags: bug, innodb, myisam, add, MySQL, 同步, 日志 昨天修改一个表的字段,发现主从复制同步失效了,但同步进程没有出错,mysql日志也没有出错,仔细查找了一下原因,发现是新增的自增主键字段的起始值在主从库上不一致,导致按主键更新数据时无法在从库找到对应记录。 【mysql】 【innodb】 【日志】 【bug】 【同步】 【ADD】 …[获取更多] May 10 2006 mySQL数据同步设置 Posted by mysql-云栖社区 on Wed 10 May 2006 06:59 UTC Tags: http, test, MySQL, 数据库, 同步, 数据同步 使用的mysql版本:mysql4.0.X master: 192.168.1.102slave: 192.168.1.109 如果是win机子修改c:/winnt/my.ini 如果是linux的机子请修改 /etc/my.cnf 一、master操作1、修改my.ini##############server-id=1log-bin=c:/mysql/logs/mysql_bi 【mysql】 【http】 【数据库】 【同步】 【数据同步】 【test】 点击查看原文> Jan 01 1970 mysql管理工具Maatkit介绍 Posted by mysql-云栖社区 on Thu 01 Jan 1970 00:00 UTC Tags: Replication, html, Blog, css, innodb, hadoop, hbase, MySQL, 数据库, 同步, 多线程, 数据仓库, 权限管理 Maatkit是不错的mysql管理工具,已经成为Percona的一部分。包含以下主要工具: 1、mk-table-checksum 检查主从表是否一致的有效工具 2、mk-table-sync 有效保证表一致的工具,不必重载从表而能够保证一致。 【css】 【mysql】 【innodb】 【hbase】 【hadoop】 【数据库】 【数据仓库】 …[获取更多] Jan 01 1970 mysql 主从复制的 工作原理 Posted by mysql-云栖社区 on Thu 01 Jan 1970 00:00 UTC Tags: sql, log, binlog, MySQL, 同步, 日志, 性能, 线程, 负载均衡, 高可用, 多线程, 监控, 插件, 并行复制 mysql 主从复制原理 主从形式 mysql主从复制 灵活 一主一从 主主复制 一主多从---扩展系统读取的性能,因为读是在从库读取的; 多主一从---5.7开始支持 联级复制--- 用途及条件 mysql主从复制用途 实时灾备,用于故障切换 读写分离,... 【监控】 【mysql】 【性能】 【SQL】 【日志】 …[获取更多] 表示 进入内容 841 去 850 的 851 « 先前的 10 新的记录 | 下一步 1 较早的记录 » Get Started Contributing Contributing to MySQL Developer Guide Events MySQL Event Calendar Suggest An Event Oracle MySQL Blogs Oracle's MySQL Blog (41) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums