View Single Post
  #7   (View Single Post)  
Old 18th September 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by disappearedng View Post
Oh.
I realize that I can't access the script using
/usr/local/etc/rc.d/mysql-server
but
sh /usr/local/etc/rc.d/mysql-server.

I came from ubuntu and to run this script, all I need is /etc/init.d/mysql start
but what have I lacked in my system which forces me to use sh for scripts?

Thx
Make sure that /usr/local/etc/rc.d/mysql-server is executable.
# chmod 555 /usr/local/etc/rc.d/mysql-server
Reply With Quote