Hi,
I am developing a web-based application using java + tomcat + mysql in Win
2000.
When the application is running,I try to view the processlist in  MS-DOS
using the commad "show processlist".

mysql> show processlist;
+------+----------------------+-----------------+------------+---------+----
--+---------------+------------+
| Id   | User                 | Host            | db         | Command |
Time | State         | Info|
+------+----------------------+-----------------+------------+---------+----
--+---------------+------------ +
| 4369 | ODBC                 | localhost       | release2   | Query   | 0
| NULL          | show processlist |
| 7916 | root                 | localhost       | release2   | Query   | 0
| freeing items | insert into app_overflow(location_id, date, status, time,
ic, assistant_id, provider_id, reserve_sta |
| 7917 | unauthenticated user | connecting host | NULL       | Connect |
NULL | login         | NULL |
| 8334 | unauthenticated user | localhost | NULL       | Connect | NULL |
Reading from net | NULL|
+------+----------------------+-----------------+------------+---------+----
--+---------------+-----------+

Actually,my application is running without error,but I'd like to find out
the "meaning" of this kind of message.(freeing items,Reading from
net,unauthenticated user and etc).

Thanks in advance.


---------------------------------------------------------------------
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

Reply via email to