MySQL dont start after update

lorens

Verified User
Joined
Mar 5, 2009
Messages
10
Hello

My MySQL dont start after updating DA. Cant start it from DA and I dont find the error log? Using Ubuntu.
Also try to run example: mysql in terminal but get:
Cont connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'.


Please help me!

Thanks
 
Check the error log:

/var/lib/mysql/<HOSTNAME>.err
 
hello guys, this is my .err

110202 20:30:34 mysqld started
InnoDB: Log scan progressed past the checkpoint lsn 0 36808
110202 20:30:34 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 43655
110202 20:30:34 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
110202 20:30:34 InnoDB: Started; log sequence number 0 43655
110202 20:30:34 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
110202 20:30:34 mysqld ended


any tips regarding how to solve it?
 
Back
Top