Re: current connections to server

2002-11-19 Thread Robert Citek
Thanks, Jeremy. At 03:14 PM 11/18/2002 -0800, Jeremy Zawodny wrote: >mytop -- http://jeremy.zawodny.com/mysql/mytop/ > >That's what I wrote it for. - Before posting, please check: http://www.mysql.com/manual.php (the manua

Re: current connections to server

2002-11-18 Thread Jeremy Zawodny
On Mon, Nov 18, 2002 at 03:59:15PM -0600, Robert Citek wrote: > > Is there a way to get information about current connection to a MySQL > server? Specifically, I would like to know how many users are currently > connected, who they are, from where, what databases are being used, etc. > > I've br

current connections to server

2002-11-18 Thread Robert Citek
Is there a way to get information about current connection to a MySQL server? Specifically, I would like to know how many users are currently connected, who they are, from where, what databases are being used, etc. I've browsed and searched the mysql manual and found the SHOW STATUS command (htt