Log in

View Full Version : World.exe crashing and boot5zones.bat crashing =((


zerjz
03-28-2003, 06:07 AM
Hey all -- I had the Val`Sharith server up and running... until I had 300 dollars in computer damage done. Now I'm trying to set it up, but world and boot5zones crash.. world gives me this error..

Failed to connect to database: Error: #1045: Access denied for user: 'zerjz
@localhost' (Using password: YES)
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
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
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
EMuShareMem.dll 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
server has gone away
Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
Error: Could not load item data


Any help would be much appreciated!

Shawn319
03-28-2003, 09:48 AM
Try running winmysqladmin.exe in the backround when you run world.exe.

Your problem looks like it's caused by the first line there.

WumelorWrath
03-28-2003, 05:24 PM
Im trying to run a minilogin server, and im getting that exact same thing, im not "allowed" into my database. I'm thinking that if i put the grant all access command or whatever into MySQL it would let me, does anyone know what this command is?

Velosity
06-04-2003, 06:01 PM
GRANT ALL PRIVILEGES ON *.* TO '%'@localhost IDENTIFIED BY '%';
try that in the mysql.exe program