mysql:14537
From: 浅野 義幸 <浅野 義幸 <asano@xxxxxxxxxx>>
Date: Thu, 15 May 2008 19:04:16 +0900
Subject: [mysql 14537] レプリケーションができません。
お世話になっております。浅野と申します。 レプリケーションをしようと思っているのですが、上手く接続できません。 マスター側に、下記コマンドでレプリケーション用のユーザを作成 GRANT REPLICATION SLAVE ON *.* TO 'replication'@'%' IDENTIFIED BY 'pass'; (とりあえず、接続元のIPは%にし、PWはpassとしています) スレーブ側では、設定ファイルで server-id=2(マスターはserver-id=1) としました。 マスターでmysqldumpにてバックアップを作成した時に、バイナリログをスイッ チしたので、 スイッチ後のバイナリログからスタートするように下記のようにスレーブ側にて 設定しました。 CHANGE MASTER TO MASTER_HOST='マスターのIP',MASTER_PORT=3306, MASTER_USER='replication',MASTER_PASSWORD='pass',MASTER_LOG_FILE='mysql-host.000011'; その後、 START SLAVE; にてレプリケーションを開始したのですが、上手くつながっていないようです。 スレーブ側のログには下記のように記録されていました。 080515 18:50:56 mysqld started 080515 18:50:56 InnoDB: Started; log sequence number 0 709982 080515 18:50:56 [Warning] mysql.user table is not updated to new password format; Disabling new password usage until mysql_fix_privilege_tables is run 080515 18:50:56 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--relay-log=/usr/replication_researchDB/data/mysql-relay-bin' to avoid this problem. 080515 18:50:56 [Note] /usr/replication_researchDB/bin/mysqld: ready for connections. Version: '5.0.45' socket: '/usr/replication_researchDB/data/mysql.sock' port: 3307 MySQL Community Server (GPL) 080515 18:50:56 [Note] Slave SQL thread initialized, starting replication in log 'mysql-host.000011' at position 4, relay log '/usr/replication_researchDB/data/mysql-relay-bin.000003' position: 98 080515 18:50:56 [Note] Slave I/O thread: connected to master 'replication@マスターのIP:3306', replication started in log 'mysql-host.000011' at position 4 080515 18:50:56 [ERROR] While trying to obtain the list of slaves from the master 'マスターのIP:3306', user 'replication' got the following error: 'Access denied; you need the REPLICATION SLAVE privilege for this operation' 080515 18:50:56 [Note] Slave I/O thread exiting, read up to log 'mysql-host.000011', position 4 もちろん、マスター側でアクセス制限などはしておりません。 また、マスター、スレーブ共にバージョンは5.0.45です。 何か考えられそうな事がありましたらアドバイスいただけると助かります。 以上、よろしくお願いいたします。
-> 14537 2008-05-15 19:04 [浅野 義幸 <asano@xxx] レプリケーションができません。 14541 2008-05-15 20:27 ┗[Katsutoshi Nakatomi ] 14543 2008-05-16 10:18 ┗[浅野 義幸 <asano@xxx] 14544 2008-05-16 10:34 ┣[g-kato <g-kato@xxxxx] 14545 2008-05-16 10:34 ┣["Tetsuro IKEDA" <ikd] 14546 2008-05-16 10:40 ┗[Katsutoshi Nakatomi ] 14548 2008-05-16 10:55 ┗[浅野 義幸 <asano@xxx] 14549 2008-05-16 11:00 ┣[Tetsuro IKEDA <te.ik] 14553 2008-05-16 11:58 ┃┗[浅野 義幸 <asano@xxx] 14555 2008-05-16 12:06 ┃ ┗["Tetsuro IKEDA" <ikd] 14556 2008-05-16 12:15 ┃ ┗[浅野 義幸 <asano@xxx] 14550 2008-05-16 11:14 ┗[Takanori Jokura <jo@] 14551 2008-05-16 11:35 ┗[浅野 義幸 <asano@xxx] 14552 2008-05-16 11:46 ┗[Katsutoshi Nakatomi ] 14554 2008-05-16 12:05 ┗[浅野 義幸 <asano@xxx] 14557 2008-05-16 12:28 ┗[Katsutoshi Nakatomi ] 14558 2008-05-16 13:32 ┗[浅野 義幸 <asano@xxx] 14559 2008-05-16 13:36 ┗[Katsutoshi Nakatomi ] 14560 2008-05-16 14:11 ┗[浅野 義幸 <asano@xxx]