Problems
Table 'mysql.servers' doesn't exist at ../web-lib-funcs.pl
Solution
#mysql_upgrade -u root -p
OR
Restart MySQL Server #/etc/init.d/mysqld 
Source :
Table 'mysql.servers' doesn't exist at ../web-lib-funcs.pl
Solution
#mysql_upgrade -u root -p
OR
#mysql_upgrade -u root -h localhost -p --verbose --force
Source :