Jump to content
  • 0
Sign in to follow this  
mybitch

How to kill running sql?

Question

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?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.