User Tools

Site Tools


mysql-tb1

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.

/var/www/virtual/i-mscp.net/wiki/htdocs/data/pages/mysql-tb1.txt · Last modified: 2016/07/06 04:47 by nuxwin