mysql:14552
From: Katsutoshi Nakatomi <Katsutoshi Nakatomi <nakatomi@xxxxxxxxxx>>
Date: Fri, 16 May 2008 11:46:45 +0900
Subject: [mysql 14552] Re: レプリケーションができません。
中冨です 最初にupされたログを見直してみたのですが結構変なログが でてますよね? この辺りとか > 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 [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' 後者の方は REPLICATION SLAVE権限が必要 と言われているのですが GRANT 方法は問題無いと思います。 とすると前者の方に何かあるような気がします。 > mysql> select Host,User,Repl_slave_priv,Repl_client_priv from user; > ERROR 1054 (42S22): Unknown column 'Repl_slave_priv' in 'field list' > でした。 > > そこで、ちょっと変えて下記のsqlを発行してみたところ > mysql> SELECT * FROM mysql.user WHERE User='replication' \G > *************************** 1. row *************************** > Host: % > User: replication > Password: 5b95b6446f5df797 > Select_priv: N > Insert_priv: N > Update_priv: N > Delete_priv: N > Create_priv: N > Drop_priv: N > Reload_priv: N > Shutdown_priv: N > Process_priv: N > File_priv: N > Grant_priv: N > References_priv: N > Index_priv: N > Alter_priv: N > 1 row in set (0.00 sec) もしかして 古いMySQLから 5系 へ Update してませんか? File privileges を GRANT するとレプリケーション出来るかも知れませんね。 -- Katsutoshi Nakatomi <nakatomi@xxxxxxxxxx>
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]