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

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-10-2009, 05:04 AM
Oogbar
Fire Beetle
 
Join Date: Nov 2009
Location: Wasilla AK
Posts: 17
Default

While going through your Server Setup Guide, i ran into a major problem after completing the first part of step 3. Tried both command line, and query browser. Command line read something about an error, but disappeared instantly. Tried the Query Browser... had Server Host: 127.0.0.1 Port 3306, name: root, password: oogbar *Worked up until i tried utilizing the walkthrough step 3, for some reason*. Hit connect... aaaannnd... "Could not connect to the specified instance. *2 lines down* MySQL Error Number 2003 *next line down* Can't Connect to MySQL server on '127.0.0.1' (10061) *2 lines down* If you want to check the network connection, please click the Ping button." *Press Ping* "Pinging 127.0.0.1 *Line down* Reply from 127.0.0.1: Time = 0ms TTL = 128" any ideas on what went post-nuclear hari-kari?
Reply With Quote
  #2  
Old 11-10-2009, 06:16 AM
Oogbar
Fire Beetle
 
Join Date: Nov 2009
Location: Wasilla AK
Posts: 17
Default

While going through your Server Setup Guide, i ran into a major problem after completing the first part of step 3. Tried both command line, and query browser. Command line read something about an error, but disappeared instantly. Tried the Query Browser... had Server Host: 127.0.0.1 Port 3306, name: root, password: oogbar *Worked up until i tried utilizing the walkthrough step 3, for some reason*. Hit connect... aaaannnd... "Could not connect to the specified instance. *2 lines down* MySQL Error Number 2003 *next line down* Can't Connect to MySQL server on '127.0.0.1' (10061) *2 lines down* If you want to check the network connection, please click the Ping button." *Press Ping* "Pinging 127.0.0.1 *Line down* Reply from 127.0.0.1: Time = 0ms TTL = 128" any ideas on what went post-nuclear hari-kari?

Last edited by Oogbar; 11-10-2009 at 06:17 AM.. Reason: Ignore the double post. DOH! X-(
Reply With Quote
  #3  
Old 11-10-2009, 06:49 PM
Oogbar
Fire Beetle
 
Join Date: Nov 2009
Location: Wasilla AK
Posts: 17
Default

Tried "mysql -root -p" from RUN.
Enter password: *enters any of a giant plethora of passwords*
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061) *Same as the last trillion messages, but at least the stupid RUN command box doesn't instantly disappear after i enter the password!!* ;shoots his compuker! *Oogbar shoots his compuker!*
Reply With Quote
  #4  
Old 11-20-2009, 12:10 AM
fantum409
Fire Beetle
 
Join Date: Oct 2009
Location: Central NY, USA
Posts: 3
Default

Thanks Vales, great guide. I followed the guide exactly, except as follows:
Use ActivePerl-5.8.9.826-MSWin32-x86-290470.msi instead of the 5.10xxxx version. The 5.8.8 version will not work either.

Additionally, I changed the eqemu_config.xml as I want this to work on a private LAN without setting up a public IP or port forwarding, etc to allow access from outside. Here is my eqemu_config.xml file, v1. All seems to work for me now. so far...
Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>Virgilhome</shortname>
		<longname>EQ@Virgilhome</longname>
                <address>172.16.0.25</address>
                <localaddress>172.16.0.25</localaddress>
                <loginserver>
                        <host>172.16.0.25</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver>
		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>putsomethingorotherinhere</key>
	</world>
	<database>
		<host>localhost</host>
		<port>3306</port>
		<username>root</username>
		<password>mypassword</password>
		<db>peq</db>
	</database>
</server>
Reply With Quote
  #5  
Old 11-24-2009, 08:48 PM
Oogbar
Fire Beetle
 
Join Date: Nov 2009
Location: Wasilla AK
Posts: 17
Default

Ok... the magical solution for if you dont know your MySQL root password! *Though its a bit painful* Un-install all MySQL, Go to your compuker's search option, search for MySQL *Because uninstall leaves some stuff*, and delete the leftovers. Found this out by getting severely irritated with the program, and went on a deleting spree.
Reply With Quote
  #6  
Old 11-25-2009, 12:10 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

I think the default WAMP install uses the username 'root' and no password.
Reply With Quote
  #7  
Old 11-25-2009, 02:57 AM
Kobaz
Hill Giant
 
Join Date: Nov 2008
Location: Gold Coast, Oz
Posts: 119
Default

You can reset the root password for mysql by stopping mysql and restarting it using the following command:

Code:
mysqld --skip-grant-tables --skip-networking
This starts mysql without any security, hence disabling networking support.

You can then run the client, where you
Code:
use mysql;
and use standard SQL commands to reset your root password. Then stop mysql, and restart it normally.
Reply With Quote
  #8  
Old 12-24-2009, 01:59 AM
everlastnmn
Sarnak
 
Join Date: Apr 2009
Location: minnesota
Posts: 45
Default This guide dosen't work..

I'm using rev1052 and the login server .bat file errors out - windows could not find 'world' or 'eqlaunch'... frustrating..
Reply With Quote
  #9  
Old 12-24-2009, 03:07 AM
WkimWes
Sarnak
 
Join Date: Dec 2009
Posts: 42
Default

Quote:
Originally Posted by everlastnmn View Post
I'm using rev1052 and the login server .bat file errors out - windows could not find 'world' or 'eqlaunch'... frustrating..
I think you are missing the statement

c:
CD c:\[folder] the folder name will be where those files are located.
Reply With Quote
  #10  
Old 12-28-2009, 08:50 PM
everlastnmn
Sarnak
 
Join Date: Apr 2009
Location: minnesota
Posts: 45
Default ...

Seriously, can someone update this ? I have followed this word for word and it dosen't work. Specifically the .bat file. I tried the change directory as suggested above and still no dice.
Reply With Quote
  #11  
Old 12-29-2009, 01:11 AM
mastajon
Sarnak
 
Join Date: May 2008
Posts: 70
Default

this guide is missing alot of stuff. the one on the wikki is your best bet.
Reply With Quote
  #12  
Old 12-31-2009, 05:53 AM
mastajon
Sarnak
 
Join Date: May 2008
Posts: 70
Default

once you extract the files you have to take all the sql files and put them in just the bin folder, they cant be in any sub directories. try that out
Reply With Quote
  #13  
Old 12-31-2009, 06:14 AM
threeflies
Fire Beetle
 
Join Date: Dec 2009
Posts: 3
Default

Fantastic mastajon ! worked like a charm

Now why on earth couldn't Vales server set-up guide explain that , I can't be the only person to trip-up on this bit

Thanks again !


Thanks also to Vales , whom without the guide we would'nt even know where to start
Reply With Quote
  #14  
Old 01-15-2010, 04:18 PM
Frumph
Fire Beetle
 
Join Date: Jan 2010
Posts: 17
Default

Server runs great, it compiles, database appears to be working can play online and all that jazz but the LDoN (after doing the quest) and all that, the adventure recruiter still doesnt bring up any adventures, I noticed the Debug zone log file has this in it: Client::SendAdventureSelection(): NPC had no template id

This is using the latest PEQ database from the repository and I looked up the NPC and it's true all of the npc's have 0 set as template id ..

How are people getting the LDoN's working?
Reply With Quote
  #15  
Old 01-15-2010, 04:43 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I don't know a lot about LDoN, but I believe the only ones currently implemented in the PEQ database are Mistmoore Catacombs. Those are available from Xyzelauna_Tu`Valzir in Butcherblock.

She is the only NPC with an Adventure_Template > 0 in my (few weeks old) copy of the database.
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 07:03 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