It's working fine now due to checking and repaire the mysql databases of queuemetrics so please follow instruction bellow as in FQ :
In order to fix these issues, you should:
stop MySQL - THIS IS EXTREMELY IMPORTANT
/etc/init.d/mysqld stop
check tables using myisamchk (use the same case as written here):
myisamchk -c /var/lib/mysql/queuemetrics/*.MYI
if any error is shown, repair tables:
myisamchk -r /var/lib/mysql/queuemetrics/*.MYI
after that, restart Mysql:
/etc/init.d/mysqld start
Regards