Possible Duplicate:
Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
I was watching the Python From Scratch ( http://www.youtube.com/watch?v=bRnm8f6Wavk ) and was trying to run mysql database to the django project and faced some problems
I typed mysqld to get mysql database running.
The error msg i faced is:
InnoDB: Apply batch completed
120604 12:02:05 InnoDB: Waiting for the background threads to start
120604 12:02:06 InnoDB: 1.1.8 started; log sequence number 1595675
120604 12:02:06 [Note] Server hostname (bind-address): '(null)'; port: 3306
120604 12:02:06 [Note] - '(null)' resolves to '0.0.0.0';
120604 12:02:06 [Note] - '(null)' resolves to '::';
120604 12:02:06 [Note] Server socket created on IP: '0.0.0.0'.
120604 12:02:06 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
Not sure how to solve this.. Need some help...