EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   ACCESS DENIED - FIX (https://www.eqemulator.org/forums/showthread.php?t=8251)

A_Coder 06-22-2003 02:06 PM

ACCESS DENIED - FIX
 
Heres a little fix to make sure that access won't be denied when you try to grant privileges to your eq database.

Run Command.com and type
cd c:\mysql\bin
mysql -u root

GRANT ALL PRIVILEGES ON eq.* TO localuser@127.0.0.1 IDENTIFIED BY 'my_password' WITH GRANT OPTION;


It should work if you use mysql as root.... i think that was one of the main problems people were getting when they attempted to use grant privileges... just make sure you run it as root....


All times are GMT -4. The time now is 05:48 PM.

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