I started learning PHP since last few days and this is where I'm stuck at.
When I try to type CREATE DATABASE blog;
in shell, this is the error I get
'Error 1044 <42000>: Access denied for user ''@' localhost' to database'
How do I fix this?
I found titles to this error but those answer were complicated for me to understand.