Home >

MySQL Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist

8. March 2011

This means that mysql cannot find the table it uses to store usernames. It may be corrupt or deleted. 

To resolve it;

Goto mysql data folder e.g. D:\wamp\bin\mysql\mysql5.0.51a\data\mysql and make sure you have these three files user.frm user.MYI AND user.MYD 

if they are missing you can download them from here and replace all 3 files.

Restart wamp and your icon should go white :)

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading