PDA

View Full Version : World creation problems


Oriuth Dluth
04-26-2003, 05:52 PM
--------------------------------------------------------------------------------

Hi,

having some trouble getting my world to stay up and was hoping one of you could give me a hand. I am gonna cut to the chase on it and give you the whole problem. I double click mini, and stays up, no problem here. I double click world, and it flashs, and goes away. The error message it gives me is:

Failed to connect to database: Error: #1045: Access denied for user: 'blah@localhost'
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
Database Error: Lost connection, attempting to recover....
DB Query Error: #2006: MySQL server has gone away
Error in LoadZoneNames query 'SELECT MAX<zoneidnumbers> FROM zone' #2006: MySQL server has gone away
LoadEMushareMemDLL::Load<>failed error=120
Error: Could not load item data

Thats the complete error I get, can someone please explain this to me because I am totally lost.

AK1121
04-26-2003, 09:03 PM
first of all, do you have a db? =)

if you do then is it on localhost?

if it is then make sure ur username and password match (check it in winmysqladmin and db.ini)
if they do then :

u might have to GRANT ALL PRIVELAGES (forgot the whole command, if i find out ill edit to include it in the post)

if that doesnt work either then try setting ur db address in db.ini as 127.0.0.1, if that doesnt work either, then ur network address

if all else fails, then ur screwed ;)

good luck
AK1121