ballhogjoni Posted February 10, 2014 Share Posted February 10, 2014 I've searched google with no luck. I'm wondering if there's a way to follow the full processlist in mysql from the command line. I'm looking for something like the tail command. Quote Link to comment Share on other sites More sharing options...
kicken Posted February 10, 2014 Share Posted February 10, 2014 You can use the watch utility to just re-issue the request every x seconds. that is the closest you'd get to a continuous monitoring like tail. watch mysqladmin -u user -v processlist When it comes to the password, see End-User Guidelines for Password Security for options. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.