Re: hostname

2003-09-21 Thread [EMAIL PROTECTED]
In order to avoid errors it is better to call this within mysql. I tried already SELECT USER(). It seems to work for me. --- Dan Anderson <[EMAIL PROTECTED]> wrote: > > is there a way to find out which host I am > connected > > from? > > Does the solution have to be a function called > within m

Re: hostname

2003-09-21 Thread Dan Anderson
> is there a way to find out which host I am connected > from? Does the solution have to be a function called within mySQL or would you accept a function called by PHP or Perl? -Dan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.

Re: hostname

2003-09-21 Thread rich allen
127.0.0.1 is always localhost, perhaps you could make this change in your scripts - hcir use MySQL is there a way to find out which host I am connected from? My CGI script checks privileges of users based on host names they came from. But their hosts some times are detected as IP. E.g. when the

Re: hostname-bin.xxx file what is this

2003-05-28 Thread Egor Egorov
"Knight Raider" <[EMAIL PROTECTED]> wrote: > I installed MySQL that comes with RedHat 8, after run it I noticed that lot > of file created in my data directory, file name is something like > 'myhostname-bin.xxx' where xxx is the number, and it take lot of disk space. > > What the file is use for

Re: hostname vs localhost...

2002-05-10 Thread Joseph Bueno
Richard Idalski a écrit : > > I need to connect to a MySQL database from a remote machine but it seems > that when the mysql was setup, that it was only setup with localhost, and > not it's hostname. IE: When I try these commands: > > 'mysqladmin -h ren2 --port=3306 version' > I get the followin

Re: HOSTNAME-bin.001 ???

2002-01-24 Thread Gerald Clark
Jacob Friis Larsen wrote: >I found files whith names like "localhost-bin.001", "localhost-bin.002" in >/tmp/ >What are they ? > Log files. > > >Also, what does it mean that my MySQL database version is 3.23.47-log. What > It means it is logging. > >does "-log" mean ? > >Regards Jacob > >[ w

RE: @HOSTNAME@error

2001-09-10 Thread Narvaez, Teresa
Original Message- From: harry amarantidis [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 5:02 PM Cc: [EMAIL PROTECTED] Subject: Re: @HOSTNAME@error I checked my boot log and found the follwing errors /etc/init.d/rc.d/S61mysql: @HOSTNAME@: command not found /etc/init.d/rc.d/S61mysq

Re: @HOSTNAME@error

2001-09-10 Thread harry amarantidis
I checked my boot log and found the follwing errors /etc/init.d/rc.d/S61mysql: @HOSTNAME@: command not found /etc/init.d/rc.d/S61mysql: my_print_defaults: command not found I have checked the manual but could not figure out if this is a problem or not mysql seems t run fine for now. What are thes

Re: @HOSTNAME@ ?

2001-08-16 Thread Gerald Clark
When doing what? mysql wrote: > Hi ! > > I get: > > "@HOSTNAME@: command not found" > > Does anyone know how to solve that ? I didn't find anything on the net or on the >mysql.com homepage. > > Thanks. > Jan-Hendrik > > -

Re: @HOSTNAME@ ?

2001-08-16 Thread Philip Mak
On Thu, 16 Aug 2001, mysql wrote: > "@HOSTNAME@: command not found" > > Does anyone know how to solve that ? I didn't find anything on the net > or on the mysql.com homepage. You're getting that from support-files/mysql.server, yes? I've gotten that message too and was puzzled by it. I just rep

Re: HOSTNAME not found error

2001-05-06 Thread Paul DuBois
>I've seen this problem posted before but I can't find any replies. > >When I start the server I get the following > >./mysql.server: @HOSTNAME@: command not found >./mysql.server: my_print_defaults: command not found > >Obviously I've setup something wrong. Looks like you installed mysql.server.