报错日志出现问题

缺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 

rm: remove regular file `/usr/bin/mysqlbinlog’? y

[root@hadoop223 bin]# ln -s /Data/apps/mysql-5.5.12/bin/mysqlbinlog /usr/bin/mysqlbinlog