I ran MySQL with the Terminal with the following command.
mysql -u root
Then I tried to execute use mysql;
, but it did not go properly but showed an unexpected message as follows.
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'
Why do you think it's happening? Someone please help me..