How can give privilege for DB to a user [ ERROR 1044 (42000): Access denied for user ''@'localhost']
- by Ahn
I have created user in mysql 5.1 and given the ALL privilege, details given below,
mysql> show GRANTS FOR test;
+-------------------------------------------------------------+
| Grants for test@% |
+-------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO…