Error 1044 <42000>: Access denied for user ''@' localhost' to database
问题 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. 回答1: Entering mysql without a special user is not working. Or better to say: You enter the database, but the user you use then, has nearly no rights/priviliges. So in the