EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   MySQL Error (https://www.eqemulator.org/forums/showthread.php?t=11299)

s0cr8t3s 01-10-2004 11:59 AM

MySQL Error
 
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


All times are GMT -4. The time now is 08:19 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.