Jump to content

Problem with serverside: "connect: Connection refused"


Recommended Posts

  • Bot
Hi community,
I have a problem with my serverside. I use mainline_sg client and serverside.
With that I insert 40k serverfiles and MySQL. Now what is the problem.
When I start game, server telling me: "connect: Connection refused"
Here is my start.sh:
#!/bin/sh
cd db && ./db
cd ..
cd auth && ./auth
cd ..
cd channel1/core1 && ./game
cd ..
cd channel1/core2 && ./game
cd ..
cd channel1/core3 && ./game
cd ..
cd channel1/core4 && ./game
cd ..
cd channel1/core5 && ./game
cd ..
cd ..
cd game99/core1 && ./game
cd ..
cd game99/core2 && ./game
cd ..
cd game99/core3 && ./game
cd ..
cd game99/core4 && ./game
cd ..
cd game99/core5 && ./game
cd ..
 
I googled many times. I found something with tables in MySQL.
I did this:
1, Check -> Extended
2, Repair -> Extended
3, Check -> Extended
But it is still broken.
 
Can anybody help me?
Thanks for all replies.

english_banner.gif

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.