EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tutorials/Howto's (https://www.eqemulator.org/forums/forumdisplay.php?f=619)
-   -   neededing help creating a server (https://www.eqemulator.org/forums/showthread.php?t=14508)

Zavier101 06-22-2004 07:31 PM

neededing help creating a server
 
I have done everything but when i load world it says that Mysql doesnt recignize my username/password and it is the same as the one i ysed any way to fix?

animepimp 06-23-2004 12:59 AM

Make sure you don't have any extra spaces in your ini file after the username or password.

Virus11 06-23-2004 02:41 AM

Open command prompt and type:

Code:

cd\mysql\bin
mysql -u root mysql
use db;
grant all privileges on *.* to user@localhost identified by 'password' with grant option;
quit
exit

Replace db with your database name, replace user with your username, and replace password with your password. Now try and it should connect fine.


All times are GMT -4. The time now is 02:10 AM.

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