Description:
1. I am running RedHat 7.2 with mysql-3.23.53a
2. If I go to mysql directory as a root and try to
start mysql over there using ./support-files/mysql.server
script it produces the error:
cd /usr/local/mysql
[root@jnikom mysql]# ./support-files/mysql.server

./support-files/mysql.server: @HOSTNAME@: command not found
/usr/local/mysql/data/.pid
usage: ./support-files/mysql.server start|stop

3. To fix it I replaced the line
pid_file=$datadir/`@HOSTNAME@`.pid
with
pid_file=$datadir/$HOSTNAME.pid

and it starts to work. I still don't know how it could work for other Oses.
Regards,

Jacob Nikom


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