cacti监测mysql性能
Posted on 5月 28th, 2008 作者 哈哈
需要在被检测的mysql库里添加检测机器的权限(仅需要process权限):
grant process on *.* to username@192.168.1.1 identified by ‘password’;
flush privileges;




