View Single Post
Old 02-16-2005, 06:42 PM  
Steen2
Confirmed User
 
Join Date: Feb 2004
Location: Vancouver, Canada
Posts: 7,662
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.
__________________
ICQ: 2262.73945
Steen2 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote