Normal
Seems to solve the issue :[CODE][7 Jan 2011 22:29] Peter LaursenWill this help:http://dev.mysql.com/doc/refman/5.5/en/news-5-5-7.html"start the server with the --skip-grant-tables option to cause it to skip the normal grant table checks, then run mysql_upgrade. ... Then stop the server and restart it normally."Peter(not a MySQL person)[/CODE]So maybe add this '--skip-grant-tables' when restore but i'm not sure.
Seems to solve the issue :
[CODE]
[7 Jan 2011 22:29] Peter Laursen
Will this help:
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-7.html
"start the server with the --skip-grant-tables option to cause it to skip the normal grant table checks, then run mysql_upgrade. ... Then stop the server and restart it normally."
Peter
(not a MySQL person)
[/CODE]
So maybe add this '--skip-grant-tables' when restore but i'm not sure.