-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 20 November 2002 11:41, Iago Sineiro wrote:

> I resolved the problem of starting mysql server changing permissions of
> /tmp directory to permit user mysql write /tmp/mysql.sock.
>
> But when I start mysql server with /etc/init.d/mysql server start I get
> error @HOSTNAME@.
>
> prototipo mysql # /etc/init.d/mysql.server start
> /etc/init.d/mysql.server: @HOSTNAME@: command not found
> prototipo mysql # Starting mysqld daemon with databases from
> /usr/local/mysql/data

Hmm, that's interesting. Seems like the build script did not replace this 
variable with the correct path to the "hostname" binary. For the time being,
please replace "@HOSTNAME@" with "/bin/hostname".

[SNIP]
 then
- -  pid_file=$datadir/`@HOSTNAME@`.pid
+  pid_file=$datadir/`/bin/hostname`.pid
 else
[SNIP]

Bye,
        LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Lenz Grimmer <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/   Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE923GZSVDhKrJykfIRAh+SAJ9RbPIJUZucM55fa6L9TdRBI2wAqwCdEofI
hW/WYU3k48feRG3MyO7VbjU=
=GCQu
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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