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
sVersion End If Next End Sub '<--End Code--> HTH, Arjan. -Original Message- From: suomi [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 09:07 AM To: mysql@lists.mysql.com Subject: how to find out the name of the server Hi every probably silliest ques

how to find out the name of the server

2005-08-09 Thread suomi
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 variable, there is no show statement... what is it else? how to ask a mysql cl