On Fri, Jan 31, 2003 at 01:49:24PM +0200, Mustafa Yelmer wrote: > How i list connected users(active) to mysql server? > > it is important to know connected users for me? > Mysql runs in server-client system, and each host of clients are different > (i assume)
Good Day Mustafa! You can get a list of the various connections and connection states using SHOW FULL PROCESSLIST. See http://www.mysql.com/doc/en/SHOW_PROCESSLIST.html in the manual. Cheers! -- Zak Greant <[EMAIL PROTECTED]> | MySQL Advocate | http://zak.fooassociates.com MySQL Tip: Upgrading your servers to 4.0.8? Make sure to upgrade your clients to 4.0.8 as well! See http://mysql.com/doc/en/News-4.0.8.html "Gosh, Batman. The nobility of the almost-human porpoise." --Robin, the Boy Wonder --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php