How to kill running sql?

mybitch

New member
Messages
291
Points
0
Location
Prontera
My login and char sql is still running event I have stopped them already via ./athena-start stop ..

I can't recompile complete because of the two.. how to kill it manually?

 
from my cellphone:

supposing you're running debian or similar:

run: top

look for the processes ID you want to kill. Press Q to exit top.

run: kill -9 <process_id>

Hope I helped

 
Back
Top