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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 11-17-2003, 10:56 AM
rmm99
Sarnak
 
Join Date: Nov 2003
Posts: 51
Default

Sorry, what i posted is in regards to the window poofing. Missed your post regarding it was working but you get invalid user/pass.

I followed the guide for mine, and when I told winmysqladmin to make the password, it was still blank in mysql, which I found out by doing (from a command prompt in c:\mysql\bin) :
Code:
mysql -u username -p
The password was blank, not what I set it to. So I created a new user in mysql by doing
Code:
GRANT ALL PRIVILEGES ON *.* TO username@'%'
    ->     IDENTIFIED BY 'somepassword' WITH GRANT OPTION;
This created a new user called username with a password of somepassword which I then put in the ini file and it worked. You'll want to read up on the mysql documentation, because granting every db permission (drop, create, alter) isn't probably a good idea, but it did give me a working server with which i could then modify the privileges back down. I guess I could have delved further and corrected the password on the original account, but last time I messed with a mysql password on my linux box I hosed it hah. Anyway, hope that's your problem too, if not, sorry - tried =b
Reply With Quote
 


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 12:27 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