Quote:
|
Originally Posted by naitirps
hehe, you have to be connected to mysql to use that command
if you know your mysql username and pass do this
mysql -h localhost -u user -p
enter pass, then do that command.
|
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> SHOW PROCESSLIST;
+-----+--------+-----------+------+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+-----+--------+-----------+------+---------+------+-------+------------------+
| 237 | buffon | localhost | NULL | Query | 0 | NULL | SHOW PROCESSLIST |
+-----+--------+-----------+------+---------+------+-------+------------------+
1 row in set (0.02 sec)
mysql>
I think it's just giving the same thing as if I go thru phpmyadmin..
It's only for the one account I logged in through.