Mysql doesnt start after update

Anthony

Verified User
Joined
Jan 20, 2006
Messages
9
I updated Mysql from 5.x.41 to 5.x.45 and built php. Now it doesn't seem to wana start up again.

I get the following error;

Code:
071106 16:21:10  mysqld started
071106 16:21:10 [Warning] Asked for 196608 thread stack, but got 126976
071106 16:21:10  InnoDB: Started; log sequence number 0 43922
071106 16:21:10 [ERROR] /usr/sbin/mysqld: Table './mysql/user' is marked as crashed and should be repaired
071106 16:21:10 [ERROR] /usr/sbin/mysqld: Table './mysql/user' is marked as crashed and should be repaired
071106 16:21:10 [ERROR] Fatal error: Can't open and lock privilege tables: Table './mysql/user' is marked as crashed and should be repaired
071106 16:21:11  mysqld ended

When i try to start it. If someone could help me out or point me in the right direction on what to do inorder to get it working again.

TIA
 
071106 16:21:10 [ERROR] /usr/sbin/mysqld: Table './mysql/user' is marked as crashed and should be repaired
071106 16:21:10 [ERROR] /usr/sbin/mysqld: Table './mysql/user' is marked as crashed and should be repaired
Use PhpMyAdmin to repair these tables, first, and then restart MySQL.
 
Back
Top