Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In our server one cron job is running everyday morning and is causing all the API depending on the server is stopped due that script execution.
C#
The MySQL admin shows the script is running in the panel

. Is there any way to find out from which machine that crone job is running.

THanks

What I have tried:

Ive tried to see every crone status in each machine, but we have a lot of systems up and running. I am seeking for a better solutions for this problem to get sorted
Posted
Updated 19-Jun-16 3:04am

1 solution

I don't know why you're here. This question is about MySQL administration, not writing code.

I think the command you're looking for is SHOW PROCESSLIST[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900