EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   can`t log into sql-server (https://www.eqemulator.org/forums/showthread.php?t=6645)

mmmaniac 04-17-2003 12:10 AM

can`t log into sql-server
 
I`m using eqemu 0.4.3
WindowsXP pro
mysql4.0.12
I

Trumpcard 04-17-2003 12:24 AM

You're not doing the GRANT right apparently...

GRANT gives the user name and password you specify in the Loginserver.ini privileges to the database...

Verify you can log in with the username and password you did the grant with (mysql -u username -P password or some such, you can find the exact instructions on the mysql website).

If it doesnt work, you need to do the grant command correctly...

mmmaniac 04-17-2003 01:13 AM

doesn`t work
 
I tried to login with
mysql -u eqemu -p blahblah
it appears a question for the password and when I type it
it says:
Error 1045: Access denied for user: 'eqemu@127.0.0.1' (using password: yes)

I definitly used the accountname and password I created at the install of mysql

Trumpcard 04-17-2003 01:37 AM

Well then, your grant privileges command didnt work, and you need to try it again.


Do a search on 'grant all privileges' on the forums and you'll find about 50 posts with the exact instructions.

monitor 04-18-2003 08:56 AM

had the same problem a while ago, went back to old mysql 3.23 and everything seemed to work

Balsca

monitor 04-18-2003 08:56 AM

had the same problem a while ago, went back to old mysql 3.23 and everything seemed to work

Balsca

Elrach 04-19-2003 02:46 PM

Try this:

The syntax clearly says that the password must not be separated with a space from the '-p'. If you do, it takes our password as the database name. And of course, that won't exist.

Code:

mysql -u <username> -p<passwd> <database>

or

mysql -u <username> -p <database>

The second one will just prompt you for a password afterwards. Key it in, and voila![/code]

Elrach 04-19-2003 02:46 PM

Re:
 
Grrr, double post.


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

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