M mybitch New member Messages 291 Points 0 Location Prontera Apr 27, 2013 #2 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?
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?
J jaBote Community Contributors Messages 2,037 Points 0 Github jaBote Apr 27, 2013 #3 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
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
E Enko New member Messages 79 Points 0 Apr 28, 2013 #4 from my computer in centos, type: ps -ux kill IDPROCESS