RE: how to find out the name of the server

2005-08-10 Thread Ken Y. Brown
] On Behalf Of Gleb Paharenko Sent: 09 August 2005 11:02 To: mysql@lists.mysql.com Subject: Re: how to find out the name of the server Hello. You can determine the address of the server using 'status' command: mysql> status -- mysql Ver 14.7 Distrib 4.1.9, for pc-li

Re: how to find out the name of the server

2005-08-09 Thread SGreen
suomi <[EMAIL PROTECTED]> wrote on 08/09/2005 03:07:11 AM: > Hi every > > probably silliest question ever posted: > > we are running mysql on serveral hosts and sometime it is important to > know, which host is the mysql server you are connected to. > > this is not a session nor a global varia

Re: how to find out the name of the server

2005-08-09 Thread Gleb Paharenko
Hello. You can determine the address of the server using 'status' command: mysql> status -- mysql Ver 14.7 Distrib 4.1.9, for pc-linux-gnu (i686) Connection id: 532284 Current database: Current user: [EMAIL PROTECTED] SSL:Not in use

RE: how to find out the name of the server

2005-08-09 Thread Arjan Hulshoff
Hello, If the clients and servers are both Windows systems, then you might want to try the following script. You need administrator rights for it on the network and the server must be running as it tries to retrieve a running process from the server. I am not sure if there is another way and it on