EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   Can not connect to the EQ server help me!!!! (https://www.eqemulator.org/forums/showthread.php?t=6741)

Fargonstuff 04-21-2003 03:23 PM

Can not connect to the EQ server help me!!!!
 
OK, I just made a world... It worked perfectly for about 5 days. Then one day i turnned on my comp and opened world.exe and boot5zones.bat to put up my server for peeps to play on it. Then when i open boot5zones.bat an error at the bottom of the dos prompt says, [Error] Worldserver.connect <> FAILED... and it says stuff like [Status] entering sleep mode, and above all that is says Worldserver connect: Connecting to the server failed: TCPconnection : :Connect<>:connect<> failed. Error: 10061. Does anyone know what is wrong? My friend had the same problem and he checked his IP and his IP changed so he changed it in his database and his world worked agane.... I tried looking to see if my IP changed so i could change it into the database if it WAS changed but it wasn't. I thaught for sure that was the problem.... Anyone got any ideas? :cry:

tcsmyworld 04-23-2003 04:44 AM

did you check mysql?
 
Did you make sure your mysql was running?

Fargonstuff 04-23-2003 05:51 AM

yes
 
yes mysql is running

ednecro 04-23-2003 09:30 AM

It sounds like mysql is pooched. You might try backing up your DB,
dump it and re-up with a fresh DB.
cd C:\Mysql\bin
mysqldump eq > OldDatabaseBackup.sql
(or substitute whatever you called your db)
Copy "yourdb.sql" to your C:\Mysql\bin directory.

Go to C:\Mysql\bin and open mysql.exe. Type:

drop database eq;
create database eq;
use eq;
source yourdb.sql

I should say somthing symbolic...
:shock: Run silent, run deep!!!

kanechart 09-17-2003 01:55 PM

Quote:

Originally Posted by ednecro
It sounds like mysql is pooched. You might try backing up your DB,
dump it and re-up with a fresh DB.
cd C:\Mysql\bin
mysqldump eq > OldDatabaseBackup.sql
(or substitute whatever you called your db)
Copy "yourdb.sql" to your C:\Mysql\bin directory.

Go to C:\Mysql\bin and open mysql.exe. Type:

drop database eq;
create database eq;
use eq;
source yourdb.sql

I should say somthing symbolic...
:shock: Run silent, run deep!!!

No effects for me when i droped and redid :(

Stormfist 09-19-2003 04:20 AM

i am not getting this....

u using dail up to connect?

DeletedUser 09-19-2003 04:46 AM

Check your firewall.


All times are GMT -4. The time now is 06:56 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.