我的 mysql cpu 使用率最近很高
所以我正在尝试安装 mytop 来监控数据库
当我尝试使用 yum 安装它时,我得到了这个:
yum -y install mytop
--> Finished Dependency Resolution
Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (base)
Requires: libmysqlclient.so.16()(64bit)
Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (base)
Requires: libmysqlclient.so.16(libmysqlclient_16)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我已经安装了 mysql 5.5.x,显然
libmysqlclient.so.16 is provided by MySQL 5.1 packages
那么我该怎么办?我应该降级 mysql 版本吗?这似乎不合逻辑。
有没有其他工具可以代替mytop
?
我试过了
yum -y install mytop --skip-broken
没有用
这是做什么的?
rpm -Va --nofiles --nodigest
我有点新手,我不想把任何事情搞砸。