Re: MySQL Startup Script

2007-03-06 Thread Jeremy Chadwick
On Tue, Mar 06, 2007 at 03:55:39AM -0800, Drew Jenkins wrote: > It was adding mysql_enable="YES" to the rc.conf script that I lacked. Oops. > Thank you all. > > Now, for some reason I need to keep setting the environment to get MySQL to > run: > > setenv LD_LIBRARY_PATH /usr/local/lib/mysql/ >

Re: MySQL Startup Script

2007-03-06 Thread Drew Jenkins
TIA, Drew - Original Message From: Gerard Seibert <[EMAIL PROTECTED]> To: freebsd-questions@freebsd.org Sent: Tuesday, March 6, 2007 6:47:53 AM Subject: Re: MySQL Startup Script On Tue, 6 Mar 2007 18:24:39 +1030 Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote: > On Mond

Re: MySQL Startup Script

2007-03-05 Thread Roman Bogorodskiy
Drew Jenkins wrote: > 20Hi; > I built MySQL 5.1 from port on FBSD 6.2. But it doesn't start up on boot. > There's a mysql-server script in /usr/local/etc/rc.d/ but if I try and fire > that up from the command line it doesn't start. What do I need to do? > TIA, > Drew You need to add mysql_ena

MySQL Startup Script

2007-03-05 Thread Drew Jenkins
20Hi; I built MySQL 5.1 from port on FBSD 6.2. But it doesn't start up on boot. There's a mysql-server script in /usr/local/etc/rc.d/ but if I try and fire that up from the command line it doesn't start. What do I need to do? TIA, Drew ___