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
  #16  
Old 11-25-2003, 06:19 AM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

Hey there,

I'm having the same problem: "Error #2006:MySQL sever has gone away." So many people get this problem, I wonder why there isn't a sticky on it yet!

Anyway, I did countles searches on the forum and followed every suggestion. I tried the GRANT ALL PRIVILEGES thing. I tried redoing my ini files with no spaces. I tried redoing the eq database (I've tried the one that came with the 0.5 zip and the 0.5 moving database). Ad Naseum.

I am running out of ideas and searching this site isn't giving me any further help. Anyone who recently fixed this care to tell me what they did that finally worked?
Reply With Quote
  #17  
Old 11-25-2003, 06:45 AM
mattmeck
Guest
 
Posts: n/a
Default

There is a sticky for it thats been a sticky for a long wile now.

http://www.everquestserver.com/forum...pic.php?t=1169

Guess you must have missed it in your haste.
Reply With Quote
  #18  
Old 11-25-2003, 07:05 AM
rmm99
Sarnak
 
Join Date: Nov 2003
Posts: 51
Default

Are you getting a denial trying to do the grant all privileges? If so, start mysql like this:
Code:
mysql -u root -p
hit enter when it asks for password. Then run that grant command again. Let me know if that was the issue, I put it in the guide i'm writing and don't want it to be wrong right out the gate =b
Reply With Quote
  #19  
Old 11-25-2003, 07:25 AM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

Actually mattmeck, I read it but forgot it was a sticky, lol. It didn't help either unfortunately. I'll try that suggestion from rmm99 and post what happened.

Update: tried all that (-u root -p, then grant privileges) and had no difference. My error looks the same as the world.exe quoted above by the original poster.

If it helps, the grant privileges worked fine (OK message).
Reply With Quote
  #20  
Old 11-25-2003, 07:41 AM
mattmeck
Guest
 
Posts: n/a
Default

Are you sure you have the same name / password in the DB.ini file in your Binary folder? should look like this



[Database]
host=localhost
user=mattmeck
password=*******
database=eq
compression=off

This is mentioned in a lot of other post but not in this one yet. Also Check for white space after the name / password
Reply With Quote
  #21  
Old 11-25-2003, 08:06 AM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

Yes, I did all that in db.ini with the mysql user/password. I also rewrote it by hand to make sure nothing odd (invisible characters) might be causing the problem. I also had to download and install odbc for mysql. I thought all of that would fix the problem but no luck.

And right now, I'm just trying to get connected to the main online server network rather than something funny like minserver.
Reply With Quote
  #22  
Old 11-25-2003, 08:13 AM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

And just so there is no confusion, here is my world.exe printout:



Quote:
Got signal 0
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
[Status] Loading variables..
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
bles where unix_timestamp(ts) >= 0' #2006: MySQL server has gone away
[Status] Loading zones..
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006: MySQL s
erver has gone away
[Status] Loading items..
[Status] EMuShareMem loaded
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in GetItemsCount query 'SELECT MAX(id),count(*) FROM items' #2006: MySQL s
erver has gone away
Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
[Error] Error: Could not load item data. But ignoring
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadGuilds query 'SELECT id, eqid, name, leader, minstatus, rank0title,
rank1, rank1title, rank2, rank2title, rank3, rank3title, rank4, rank4title, ran
k5, rank5title from guilds' #2006: MySQL server has gone away
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
[Status] Deleted -1 stale player corpses from database
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
[Status] Deleted -1 stale player backups from database
Warning: Pants may change during online play.
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
===============================
Runtime errors:

MySQL Error #2003 means you were unable to connect to the mysql server.
For more information on this error, visit http://www.eqemu.net/eqemuerror.php?id
=2

Hit any key to exit
LoginServer.ini:

Quote:
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Astartae's
worldaddress=127.0.0.1
account=
password=
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
DB.ini

Quote:
[Database]
host=localhost
user=********
password=********
database=eq
compression=off
I'm on a Windows XP with P4 1.4 Gh and 512 mb ram.

Reply With Quote
  #23  
Old 11-25-2003, 08:39 AM
Frienzied
Sarnak
 
Join Date: Nov 2003
Posts: 34
Default

Lol, what about me?
Reply With Quote
  #24  
Old 11-25-2003, 08:42 AM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

LOL, What about you? What did you do to fix this problem?
Reply With Quote
  #25  
Old 11-25-2003, 08:43 AM
mattmeck
Guest
 
Posts: n/a
Default

All i can say is you peeps are doing somthing wrong or not doing somthing. Check out the Mysql web site and read the guide they have to granting permitions. It may be quicker for you to do it, then to wait on other people to do it for you, cause at this point thats what people are going to have to do to help you.
Reply With Quote
  #26  
Old 11-25-2003, 08:46 AM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

So, what you are saying is that everything looks right to you and you have no other suggestions? Well, I guess I'll try searching the mysql site again then. Thanks
Reply With Quote
  #27  
Old 11-25-2003, 09:06 AM
Frienzied
Sarnak
 
Join Date: Nov 2003
Posts: 34
Default

Quote:
Originally Posted by Astartae
LOL, What about you? What did you do to fix this problem?
Hey! This is my post! Get your own!! Anyways, I'm just having the 'incorrect version' problem.
Reply With Quote
  #28  
Old 11-25-2003, 09:15 AM
jenniferrose
Sarnak
 
Join Date: Jun 2003
Posts: 40
Default

just a suggestion, do you have the right name and password in the db.ini file, also is it directed to the right database name.

good luck
Reply With Quote
  #29  
Old 11-25-2003, 09:19 AM
arkaria's Avatar
arkaria
Discordant
 
Join Date: Oct 2003
Location: Victoria, BC
Posts: 253
Default

All you need to get a server going is here in this old guide.

Some steps might be outdated. But it's all you need.
http://www.eqemu.net/Guide.htm
__________________
Search
USE IT
Reply With Quote
  #30  
Old 11-25-2003, 11:33 AM
Astartae
Sarnak
 
Join Date: Nov 2002
Posts: 96
Default

Jeeze, sorry, Frienzied (need to chill?) didn't know you took "your post" so seriously. Thought that we all actually shared posts, on this thing called a forum, with the intention of learning something. And since we were both having the same problem, rather than start a "new post" on the same subject, I thought I'd save space and perhaps combine all our efforts in one post, one place. But if I'd known you'd get so defensive about it I would have posted my own post and hoped for even one response. You must admit that this post has garnered a few responses since I added my posts to it.

And yes, I saw this:

Quote:
Ok, I no longer have the #2006 error!! But where another problem is fixed another problem arises! ~ thanks everyone!
My question to you was, what exactly did you do to fix the error 2006? Do you remember the process?

And wasn't it the intention of your post to find an answer to this problem rather than have people, including you, keep getting it?

jenniferrose - I think I do, but I'll double check everything. Currently I'm reinstalling mysql and the db's - just to make sure it isn't those that's causing this problem.

Thanks, akaria, I'll go thru that guide and see if I can follow it. Hope it is what I need!

- I will post my results (in a seperate post if need be) after I do all this - probably later tonight.
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 03:52 AM.


 

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