報錯日志出現問題
缺runtime子產品
裝mhamanager發現的
(perl Makefile.PL)
LOG::DISPATCH missing
可是已經yum裝了log-dispatch
下載下傳源碼,
Perl Makefile.PL
報相關包not found
yum install *GlobalDestruction*
yum install *CheckConflicts*
yum install *Runtime*
mysqlbinlog is 3.2 (included in MySQL Client 5.0 or lower), but MySQL server version is 5.5.12-log. mysqlbinlog can not parse row based events.
[root@hadoop223 bin]# which mysqlbinlog
/usr/bin/mysqlbinlog
[root@hadoop223 bin]# ln -s /Data/apps/mysql-5.5.12/bin/mysqlbinlog /usr/bin/mysqlbinlog
ln: creating symbolic link `/usr/bin/mysqlbinlog’ to `/Data/apps/mysql-5.5.12/bin/mysqlbinlog': File exists
[root@hadoop223 bin]# rm /usr/bin/mysqlbinlog