>>>>> "Piet" == Piet Wesselman <pwessel@stripped> writes:
Piet> Does anyone know what this result means? I don't like unknown users sleeping
Piet> in my db...
mysql> show processlist\g
Piet> +--------+--------------+--------------+-----------+---------+------+-------
Piet> +------------------+
Piet> | Id | User | Host | db | Command | Time | State
Piet> | Info |
Piet> +--------+--------------+--------------+-----------+---------+------+-------
Piet> +------------------+
Piet> | 390488 | admin | dusty | antiqbook | Query | 0 | NULL
Piet> | show processlist |
Piet> | 391375 | unknown user | unknown host | NULL | Sleep | NULL | login
Piet> | NULL |
Piet> +--------+--------------+--------------+-----------+---------+------+-------
Piet> +------------------+
Hi!
The above means that you did 'process list' while on thread was
negotiation a connection; In other words, the user hasn't yet logged
in; Nothing to worry about.
Regards,
Monty