When I try to follow script results suggestion
PHP Code:
(...)
ERROR: 1136 Column count doesn't match value count at row 1
071126 20:49:18 [ERROR] Aborting
071126 20:49:18 [Note] /usr/sbin/mysqld: Shutdown complete
Installation of system tables failed!
Examine the logs in /var/lib/mysql for more information.
You can try to start the mysqld daemon with:
/usr/sbin/mysqld --skip-grant &
and use the command line tool
/usr/bin/mysql to connect to the mysql
database and look at the grant tables:
shell> /usr/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql that may be helpful.
(...)
I get these results:
PHP Code:
root@mondego [/var/lib/mysql]# service mysql restart
MySQL manager or server PID file could not be found! [FAILED]
Starting MySQLCouldn't find MySQL manager or server [FAILED]
root@mondego [/var/lib/mysql]# /usr/sbin/mysqld --skip-grant &
[1] 20846
071127 20:46:32 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
071127 20:46:32 [ERROR] Aborting
071127 20:46:32 [Note] /usr/sbin/mysqld: Shutdown complete
root@mondego [/var/lib/mysql]# /usr/sbin/mysqld --skip-grant &
[2] 20855
[1] Exit 1 /usr/sbin/mysqld --skip-grant
root@mondego [/var/lib/mysql]# 071127 20:46:58 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
071127 20:46:58 [ERROR] Aborting
071127 20:46:58 [Note] /usr/sbin/mysqld: Shutdown complete
[2]+ Exit 1 /usr/sbin/mysqld --skip-grant