Hello,

I have loaded MYSQL Version 4.0.12, and also loaded MySQL Control Centre 0.8.10-beta, 
on Win 98

Now when i go to command prompt and issue the command as

mysql> show processlist;

+----+------+----------------+-------+---------+------+-------+------------------+
| Id | User | Host           | db    | Command | Time | State | Info             |
+----+------+----------------+-------+---------+------+-------+------------------+
|  2 | ODBC | 127.0.0.1:1046 | NULL  | Sleep   | 8    |       | NULL             |
|  7 | root | 127.0.0.1:1056 | mysql | Sleep   | 460  |       | NULL             |
|  8 | root | 127.0.0.1:1058 | NULL  | Sleep   | 459  |       | NULL             |
| 10 | ODBC | 127.0.0.1:1060 | NULL  | Query   | 0    | NULL  | show processlist |
+----+------+----------------+-------+---------+------+-------+------------------+
4 rows in set (0.00 sec)

so i can see my ip is diplayed as 127.0.0.1 but when i use MySQL GUI Control Centre
it displays my actual ip which is configured in network neighbourhood or TCP/IP 
settings of Windows 98
i.e. 10.170.1.184

why is this discrepency, i think it should show my ip 10.170.1.184 on command prompt 
also when 
i issue command show processlist;


Regards

Neeraj Vasudeva

Reply via email to