Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-17-2003, 12:10 AM
mmmaniac
Fire Beetle
 
Join Date: Apr 2003
Posts: 6
Default can`t log into sql-server

I`m using eqemu 0.4.3
WindowsXP pro
mysql4.0.12
I
Reply With Quote
  #2  
Old 04-17-2003, 12:24 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

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...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #3  
Old 04-17-2003, 01:13 AM
mmmaniac
Fire Beetle
 
Join Date: Apr 2003
Posts: 6
Default 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
Reply With Quote
  #4  
Old 04-17-2003, 01:37 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

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.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #5  
Old 04-18-2003, 08:56 AM
monitor
Fire Beetle
 
Join Date: Oct 2002
Posts: 23
Default

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

Balsca
Reply With Quote
  #6  
Old 04-18-2003, 08:56 AM
monitor
Fire Beetle
 
Join Date: Oct 2002
Posts: 23
Default

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

Balsca
Reply With Quote
  #7  
Old 04-19-2003, 02:46 PM
Elrach
Sarnak
 
Join Date: Apr 2003
Posts: 66
Default

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]
Reply With Quote
  #8  
Old 04-19-2003, 02:46 PM
Elrach
Sarnak
 
Join Date: Apr 2003
Posts: 66
Default Re:

Grrr, double post.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:23 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3