Mark Sargent wrote:
Hi All,
doesn't putting a ln -s link from a script that starts mysql into /usr/sbin allow me to run the script as so,
[root@localhost sbin]# ln -s /usr/local/mysql/bin/mysqld_safe /usr/sbin [root@localhost sbin]# mysql -bash: mysql: command not found
Cheers.
Mark Sargent.
Hi All,
ok, found my error. I didn't specify the name for the link in the /usr/sbin dir. Cheers.
Mark Sargent.