User Tools

Site Tools


mysql-tb1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mysql-tb1 [2016/06/22 04:11]
nuxwin created
mysql-tb1 [2016/07/06 04:47] (current)
nuxwin [Solution]
Line 1: Line 1:
 ====== Fatal error: mysql.user table is damaged ====== ====== Fatal error: mysql.user table is damaged ======
 ===== Solution ===== ===== Solution =====
-<konsole root> 
-# service mysql stop 
-# mysqld_safe –-skip-grant-tables -–user=root & 
-# mysql_upgrade -u root 
-# pkill -KILL -f mysql 
-# service mysql start 
-</​konsole>​ 
  
 +  # 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/attic/mysql-tb1.1466568691.txt.gz · Last modified: 2016/06/22 04:11 by nuxwin