Server crashing when unloading MySQL.
#1

Why is this happening? When I close the server and it's unloading MySQL, the server stops responding and crashes.
While we're on it, when I connect to the server nothing happens, it just says "Connected to xx" or whatever the default message is, any ideas are welcome.
Reply
#2

Which mySQL plugin are you using (and which version)?
Reply
#3

Are you using any other plugins like streamer, sscanf etc?
Reply
#4

I'm using R26.
I am using Incognito's streamer, sscanf, whirlpool and crashdetect.
Reply
#5

And crashdetect doesn't show anything?
btw, please show us the 'plugins' line in configs, the order you load the plugins can mess up some shit aswell.
Reply
#6

Quote:
Originally Posted by Tingesport
View Post
And crashdetect doesn't show anything?
btw, please show us the 'plugins' line in configs, the order you load the plugins can mess up some shit aswell.
Unfortunately it doesn't.

Code:
plugins sscanf Whirlpool streamer crashdetect mysql
Reply
#7

Bump.
Reply
#8

Make sure you close all connections before restarting the server. Not doing so causes a crash. I'm not %100 sure if this happens with R26, but it does on earlier (none ****** code) versions.

pawn Code:
new con_handle;
con_handle = mysql_connect(...);

mysql_close( con_handle );//always close the connection when done with it.
EDIT: IDK why the plugin doesn't close all open connections automatically when it is unloaded. It should do IMO.
Reply
#9

I am closing MySQL. This is very annoying, I haven't been able to try anything out for weeks. When I join I see the sea and nothing really happens, I don't know why MySQL is acting up tbh.
Thank you for trying at least.
Reply
#10

Bump, I need this solved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)