The reason is that the curent Mysql server version has incorrectly been upgraded from a previous vesion!
When upgrading the MySQL server it is not sufficent to install the server binary 'on top of' the previous server version. You must also update the mysql system tables by executing the update script or program provided by MySQL AB ('mysql_fix_privileges_tables'-sql or 'mysql_update' (depending on the mysql version upgraded to) for instance).
Please refer to the mysql documentation for details (or ask here …)!