实验环境: DB1:172.16.1.100 DB2:172.16.1.101 VRRIP:172.16.1.99 步骤: yum -y install mysql 1。修改DB1的mysql配置文件 2. 在DB1创建复制用户并授权 3.在DB1的mysql库将DB1设为自己的主服务器 4.然后运 ...
分类:
数据库 时间:
2016-11-19 23:55:19
阅读次数:
352
1. 基本信息 hadoop 版本 hadoop-0.20.205.0.tar.gz 操作系统 ubuntu 2. 问题 在使用Hadoop开发初期的时候遇到一个问题。 每次重启系统后发现不能正常运行hadoop。必须执行 bin/hadoop namenode -format 进行格式化才能成功运 ...
分类:
其他好文 时间:
2016-11-19 03:22:22
阅读次数:
302
binlog二进制日志对于mysql数据库的重要性有多大,在此就不多说了。下面根据本人的日常操作经历,并结合网上参考资料,对binlog日志使用做一梳理: 一、binlog日志介绍1)什么是binlogbinlog日志用于记录所有更新了数据或者已经潜在更新了数据(例如,没有匹配任何行的一个DELET ...
分类:
数据库 时间:
2016-11-15 13:59:21
阅读次数:
202
能否将不同机器上的不同库中的表同步到同一个机器的同一个库中?表是不同的.而且对于slave这台机子来说,这些表只用来读. 同步不同库的表很简单了,用 replicate-do-table=db_name.tbl_name 多个不同机子上的不同库的表同步到同一个机子的同一个库中,再加上下面这句. re... ...
分类:
数据库 时间:
2016-09-11 17:03:06
阅读次数:
173
--replicate-wild-do-table=db_name.tbl_nameCommand-LineFormat--replicate-wild-do-table=namePermittedValuesTypestringCreatesareplicationfilterbytellingtheslavethreadtorestrictreplicationtostatementswhereanyoftheupdatedtablesmatchthespecifieddatabaseandtablena..
分类:
其他好文 时间:
2016-09-09 01:06:46
阅读次数:
190
在初始化subscriber时,Replication能够将分区table 和 分区index的Partition function 和 Partition schema 复制到 subscriber中,这样,table 和 Index 以相同的Partition schema创建。但是,repli ...
分类:
其他好文 时间:
2016-07-31 00:01:47
阅读次数:
335
Replication 能够将Article的Schema Change同步到Subscriber中,只需要将 Publication 的属性:Replicate Schema Changes 设置为Ture。 引用《Make Schema Changes on Publication Databa ...
分类:
其他好文 时间:
2016-07-30 23:57:18
阅读次数:
228
基本情况主库binlog-do-db未做过滤从库配置replicate_wild_do_table=dbname.%修改了主库的某库dbname2的eventscheduler,从库上并没有这个库,之后从库上showslavestatus\G发现报错Error‘Unknowndatabase‘dbname2‘‘onquery.Defaultdatabase:‘dbname2‘.Query:‘ALTERDEFINER=`root`..
分类:
数据库 时间:
2016-06-20 16:03:32
阅读次数:
240
log-slave-updates级联复制配合--log-bin一起使用master-connect-retry主库失联重试时间read-only只读replicate-do-dbreplicate-do-tablereplicate-ignore-dbreplicate-ignore-tablereplicate-wild-do-tableslave-skip-errors自动跳过错误号让主库停下来,从库追一下:主库:my..
分类:
数据库 时间:
2016-05-10 23:56:28
阅读次数:
438
stop replicate时报ERROR: opening port for REPLICAT MYREP (TCP/IP error: Connection refused). start replicate时报REPLICAT xxx is already running. 原因是dirpcs
分类:
数据库 时间:
2016-03-19 01:01:26
阅读次数:
364