>Description:
        When the shell script "mysql.server" is launched and/or stoped, 
        I receave an error message "mysql.server: @HOSTNAME@: command not found"
        and the variable "pid_file" is not initialised

>How-To-Repeat:
        Evry time when the script is launched with sart and/or stop

>Fix:
        I edit the script "mysql.server" line #36 where I read :
        "pid_file=$datadir/`@HOSTNAME@`.pid"
        I rewrite this line like this :
        "pid_file=$datadir/"$HOSTNAME".pid"
        After this the "pid file" is initialised in the directory 
"/usr/local/mysql/data/localhost.localdomain.pid" and we d'nt receave anny error 
message.
        may be this is correct too, I'm gratful if you reply me in french
        Sory for my english, I'm not a english spoken !!!         

>Submitter-Id:  Roland PERROD
>Originator:    root
>Organization:
 
>MySQL support: [email support]
>Synopsis:      
>Severity:      [serious]
>Priority:      [medium ]
>Category:      mysql
>Class:         [change-request]
>Release:       mysql-3.23.33 (Official MySQL binary)

>Environment:
        PC pentium II 400Mhz 128Mo, Mandrake-Linux 7.2

System: Linux localhost.localdomain 2.2.17-21mdk #1 Thu Oct 5 13:16:08 CEST 2000 i686 
unknown
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/specs
gcc version 2.95.3 19991030 (prerelease)
Compilation info: CC='gcc'  CFLAGS='-O6 -mpentium '  CXX='gcc'  CXXFLAGS='-O6 
-mpentium  -felide-constructors'  LDFLAGS='-static'
LIBC: 
lrwxrwxrwx    1 root     root           13 jan 24 15:45 /lib/libc.so.6 -> libc-2.1.3.so
-rwxr-xr-x    1 root     root       931668 oct  4 18:26 /lib/libc-2.1.3.so
-rw-r--r--    1 root     root     20749008 oct  4 18:25 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 oct  4 18:25 /usr/lib/libc.so
Configure command: ./configure  --prefix=/usr/local/mysql '--with-comment=Official 
MySQL binary' --with-extra-charsets=complex --enable-assembler 
--with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --disable-shared


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to