Log in

View Full Version : Compatability issue maybe


rrk297
06-20-2005, 09:56 AM
I have a system running windows 64-bit and when i try to connect to the mysql server with the application world.exe it gives me this error. i have checked multiple times to insure that the username and passwords are correct. Any help would be greatly appreciated. Thankyou.


Got signal 0
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[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] Clearing groups..
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Unable to clear groups: #2006: MySQL server 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
Breaking linux compiles....
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
===============================
Runtime errors:

MySQL Error #1405 or #2001 means your mysql server rejected the username and pas
sword you presented it.
For more information on this error, visit http://www.eqemu.net/eqemuerror.php?id
=1

Hit any key to exit"

Sarepean
06-20-2005, 04:31 PM
Okay, I said the same thing about my username and password and it turned out to be untrue for some odd reason.

Check for any spaces on the line with the username and password that should not be there.

Also, make sure that you have permission to access that table using that username and password. (grant all privileges on *.* to username@localhost identified by 'password' with grant option;) or something like that.

If that doesn't work, I'll send you a file and just replace the stuff in that and try it.

rrk297
06-20-2005, 06:42 PM
Thankyou for the help i have fixed the problem. For some reason mysql wasnt reading ther database i was creating so i reinstalled it and went through the whole process again from scratch and it works. Now i just cant wait till they get it working live or even minilogin i just need my eq fix lol.