Bug #63150 | Access denied for user 'root'@'localhost' | ||
---|---|---|---|
Submitted: | 8 Nov 2011 14:58 | Modified: | 8 Nov 2011 17:44 |
Reporter: | Andrew Xavier | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S2 (Serious) |
Version: | 5.1.58 | OS: | Linux (Ubtuntu Server 11.10) |
Assigned to: | CPU Architecture: | Any |
[8 Nov 2011 14:58]
Andrew Xavier
[8 Nov 2011 17:44]
MySQL Verification Team
sorry this is not a bug. the information_schema is a virtual database, and you should not be importing or dumping information_schema in the first place. if this sql dumpfile was created by mysqldump, it was probably an old version from 4.1. in that case use a current version of mysqldump instead. you can skip importing information_schema by giving --force option to mysql client.
[8 Nov 2011 17:45]
MySQL Verification Team
http://dev.mysql.com/doc/refman/5.1/en/information-schema.html