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 11-17-2003, 05:53 AM
zigmoon
Fire Beetle
 
Join Date: Feb 2002
Posts: 14
Default World.exe closes instantly...

I've got MYSQL running in the background, I just got to the part where I need to run it, in server setup, but every time I double click on it, it closes itself down almost instantly, before I can read the text. Any help?

I'm running Windows 2000.
Reply With Quote
  #2  
Old 11-17-2003, 06:04 AM
dagibbet
Fire Beetle
 
Join Date: Nov 2003
Posts: 2
Default

2 things. first you can try running world.exe from the command prompt to see the error your getting, which is more than likely telling you that it cant find the db.ini file. Second, move the world.exe and zone.exe into the EQEMu Release directory and run them from there.
Reply With Quote
  #3  
Old 11-17-2003, 06:05 AM
dagibbet
Fire Beetle
 
Join Date: Nov 2003
Posts: 2
Default

2 things. first you can try running world.exe from the command prompt to see the error your getting, which is more than likely telling you that it cant find the db.ini file. Second, move the world.exe and zone.exe into the EQEMu Release directory and run them from there.
Reply With Quote
  #4  
Old 11-17-2003, 06:11 AM
zigmoon
Fire Beetle
 
Join Date: Feb 2002
Posts: 14
Default

Stupid me, must not have been thinking. I'll try that, thanks.
Reply With Quote
  #5  
Old 11-17-2003, 06:12 AM
zigmoon
Fire Beetle
 
Join Date: Feb 2002
Posts: 14
Default

Hmm, I got that working somewhat, but now it says the Username/Password aren't right, even though they are exactly what I put in....
Reply With Quote
  #6  
Old 11-17-2003, 06:49 AM
rmm99
Sarnak
 
Join Date: Nov 2003
Posts: 51
Default

You can't use a blank password. If that field is blank in the ini it causes exactly what you are seeing.
Reply With Quote
  #7  
Old 11-17-2003, 08:41 AM
zigmoon
Fire Beetle
 
Join Date: Feb 2002
Posts: 14
Default

It isn't I used my normal password for everything.
Reply With Quote
  #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
  #9  
Old 11-18-2003, 06:07 AM
zigmoon
Fire Beetle
 
Join Date: Feb 2002
Posts: 14
Default

Still isn't working. It keeps saying I don't have permission to change passwords and stuff.
Reply With Quote
  #10  
Old 11-18-2003, 06:24 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

My recommendation is you get some familiarity with mysql's permissions system.


http://www.mysql.com/doc/en/Privilege_system.html
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #11  
Old 11-18-2003, 06:59 AM
a_Guest03
Demi-God
 
Join Date: Jun 2002
Posts: 1,693
Default

move zig.
__________________
It's never too late to be something great.
Reply With Quote
  #12  
Old 11-18-2003, 07:28 AM
Mongrel
Hill Giant
 
Join Date: Jul 2003
Location: Germany
Posts: 232
Default

If you intend to run this as a private server (i.e. no internet connection running while playing on your server) you can also start mysql with the --skip-grant-tables parameter.

Example:
Start -> Run -> "cmd"
c:\
cd\mysql\bin
mysqld-nt.exe --skip-grant-tables

(creating a batch file in mysql/bin directory would be an easier solution)

This will ignore all privileges and allow ANYONE to do whatever he/she wants with your databases (hence the comment about your server being private only).
Skipping the grant tables is somewhat dangerous, however, it will solve your problem with the wrong username/password.

Edit: typo
Reply With Quote
  #13  
Old 11-18-2003, 12:47 PM
zigmoon
Fire Beetle
 
Join Date: Feb 2002
Posts: 14
Default

Mongrel, that stopped that error, thanks a bunch.

Edit: Removed, because I fixed it by adding a space.
Reply With Quote
  #14  
Old 11-18-2003, 01:00 PM
zigmoon
Fire Beetle
 
Join Date: Feb 2002
Posts: 14
Default

Now I'm having trouble with zone.exe, it's acting as though I didn't put in the addresses.
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 10:19 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