We have the same problem with MySQL (3.23.36) for SCO OpenServer, in script
mysql.server.
Here is the problem code, showing my workaround.

...
if test -z "$pid_file"
then
  # pid_file=$datadir/`@HOSTNAME@`.pid
  pid_file=$datadir/`hostname`.pid  # changed @HOSTNAME@ to hostname
else
  case "$pid_file" in
...

I see no release notes to indicate that the problem is fixed.

Thanks,
Stephen

>
> I then got this error message:
> /etc/init.d/mysqld: @HOSTNAME@: command not found
> Starting mysqld daemon with databases from /usr/local/mysql/data
> 011029 12:23:02  mysqld ended
>
> Any ideas why this error is occurring?
>
> Thanks,
> Neil.



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