Log in

View Full Version : MySQL Error


s0cr8t3s
01-10-2004, 11:59 AM
Ok, I'm in mysql.exe and type

create database eq;

and it says

ERROR 1044: Access denied for user: '@loclhost' to database 'eq'

What does this mean?

I am the only person on this computer.

I'm guessing it has something to do with MySQL...

nilar
01-10-2004, 05:43 PM
okay follow this to the exact:

open DOS
type in: cd\mysql\bin

mysql -u root mysql

grant all privileges on *.* to yourmysqlusernamehere@localhost identified by 'yourmysqlpasswordhere' with grant option;

create database eq;




and that should do it for you