PDA

View Full Version : about world.exe


Deathmore222
11-16-2002, 06:59 AM
Hey i need help. Im trying to make a server and when i open world.exe it still doesnt work. I did everything the readme said....opened mySQL in backround, rebooted, and tryed the GRANT ALL thing and it still doesnt work. What do i do? maybe im typing the grant all thing wrong....please help me:( :( :( :(

neotokyo
11-16-2002, 08:20 AM
silly question: you did start the zone servers too right?!?

any error messages?

Deathmore222
11-16-2002, 05:08 PM
ok, i tryed that....nothing...it still says access denied on .....@localhost so, im doing something else wrong....
:( :( :(

Deathmore222
11-16-2002, 05:23 PM
ok what i get is Failed to connect to database: Error: Access denied for user: 'jordanpappas@loca
lhost' (Using password: YES)
EQEMu 0.3.12 - Wiederbelebung
Error in GetVariable query 'SELECT value FROM variables WHERE varname like 'hold
zones'' #2006: MySQL server has gone away
Loading zone names & items...
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006: MySQL s
erver has gone away
EMuShareMem.dll loaded.
Error in GetItemsCount query 'SELECT MAX(id), count(*) FROM items' #2006: MySQL
server has gone away
Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
...done.
[WorldServer] block not found in LoginServer.ini.
Loading guild ranks...Error in LoadGuilds query 'SELECT id, eqid, name, leader,
rank0title, rank1, rank1title, rank2, rank2title, rank3, rank3title, rank4, rank
4title, rank5, rank5title from guilds' #2006: MySQL server has gone away
done.
World server listening on: port 9000

whats the problem!!!!!

tamarae
11-16-2002, 05:51 PM
as per your other thread, post the loginserver.ini files and db.ini.. .lets find where your errors are

neotokyo
11-16-2002, 09:37 PM
ok try the grant all thing again:

start "c:\mysql\bin\mysql.exe"
(or whereever you installed it)

now connect to the eq database: "connect eq"
(or whatever your db is called)

now type "GRANT ALL TO ALL"
pray.

if the "connect eq" line doesnt work uninstall mysql and reinstall and try the whole procedure again, this time follow the steps in the help-html more closely.

MrBlizzard89
11-17-2002, 06:09 AM
whenever i try the "GRANT ALL TO ALL;" it says syntax error near "TO ALL"

uhh wtf, i didnt mispell TO ALL did i?