Fatal error: mysql.user table is damaged

Solution

# service mysql stop
# mysqld_safe --skip-grant-tables -u root &
# mysql_upgrade -u root
# pkill -KILL -f mysql
# service mysql start

Once done, restart i-MSCP installer.