View Single Post
  #4   (View Single Post)  
Old 3rd April 2009
bsdnewbie999 bsdnewbie999 is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

Where i add this lines to?
Code:
And start the server like this:

	if [ -x /usr/local/bin/mysqld_safe ] ; then
		su -c mysql root -c '/usr/local/bin/mysqld_safe >/dev/null 2>&1 &' 
		echo -n ' mysql'
	fi
Reply With Quote