short Q

2007-11-23 Thread jekillen
Hello: Is this the way to start mysqld in rc.conf? mysqld_enable="YES" I ask because I have not found the specifics. I copied the mysql.server script to the rc.d dir. but the documentation only deals specifically with Linux where startup scripts are concerned. Thank you in advance; Jeff K __

Re: short Q

2007-11-23 Thread jekillen
On Nov 23, 2007, at 9:25 PM, Josh Tolbert wrote: On Fri, Nov 23, 2007 at 09:04:01PM -0800, jekillen wrote: Hello: Is this the way to start mysqld in rc.conf? mysqld_enable="YES" I ask because I have not found the specifics. I copied the mysql.server script to the rc.d dir. but the documentati

Re: short Q

2007-11-24 Thread Gerard Seibert
> On November 24, 2007 at 12:04AM jekillen wrote: > Hello: > Is this the way to start mysqld in rc.conf? > mysqld_enable="YES" ^ mysql_enable="YES" > > I ask because I have not found the specifics. > I copied the mysql.server script to the rc.d dir. > but the documentation only de

Re: short Q

2007-11-25 Thread Paul Schmehl
--On November 23, 2007 9:04:01 PM -0800 jekillen <[EMAIL PROTECTED]> wrote: Hello: Is this the way to start mysqld in rc.conf? mysqld_enable="YES" Most ports that have daemons will have startup scripts in /usr/local/etc/rc.d/. Most of those scripts will include comments about what switches

Re: short Q

2007-11-25 Thread Shantanoo Mahajan
On 26-Nov-07, at 1:23 AM, Paul Schmehl wrote: --On November 23, 2007 9:04:01 PM -0800 jekillen <[EMAIL PROTECTED]> wrote: Hello: Is this the way to start mysqld in rc.conf? mysqld_enable="YES" Most ports that have daemons will have startup scripts in /usr/ local/etc/rc.d/. Most of those

Re: short Q

2007-11-25 Thread Gelsema, P (Patrick)
On Sun, November 25, 2007 21:18, Shantanoo Mahajan wrote: > > On 26-Nov-07, at 1:23 AM, Paul Schmehl wrote: > >> --On November 23, 2007 9:04:01 PM -0800 jekillen >> <[EMAIL PROTECTED]> wrote: >> >>> Hello: >>> Is this the way to start mysqld in rc.conf? >>> mysqld_enable="YES" head /usr/local/etc/

Re: short Q

2007-11-25 Thread jekillen
On Nov 25, 2007, at 1:34 PM, Gelsema, P ((Patrick)) wrote: On Sun, November 25, 2007 21:18, Shantanoo Mahajan wrote: On 26-Nov-07, at 1:23 AM, Paul Schmehl wrote: --On November 23, 2007 9:04:01 PM -0800 jekillen <[EMAIL PROTECTED]> wrote: Hello: Is this the way to start mysqld in rc.conf?

Re: short Q

2007-11-26 Thread Gerard Seibert
> On November 25, 2007 at 09:51PM jekillen wrote: [ snip ] > Thank you all for responses. > I did get this straightened out: > It is mysql_enable="YES" > and putting a script named mysql > in the /etc/rc.d directory with the > lines; > #! /bin/sh > /usr/local/bin/mysqld_safe --user=mysql & > did

Re: short Q

2007-11-26 Thread jekillen
On Nov 26, 2007, at 2:57 AM, Gerard Seibert wrote: On November 25, 2007 at 09:51PM jekillen wrote: [ snip ] Thank you all for responses. I did get this straightened out: It is mysql_enable="YES" and putting a script named mysql in the /etc/rc.d directory with the lines; #! /bin/sh /usr/loca

Re: short Q

2007-11-27 Thread Gerard Seibert
> On November 26, 2007 at 07:53PM jekillen wrote: > > Did you install this from ports? If so. the script would have been > > placed > > there all ready. > Yes, that is what provoked the original question. I had built and > installed > from source tarball in the past. But one machine was always a

Re: short Q

2007-11-27 Thread jekillen
On Nov 27, 2007, at 2:50 AM, Gerard Seibert wrote: On November 26, 2007 at 07:53PM jekillen wrote: Did you install this from ports? If so. the script would have been placed there all ready. Yes, that is what provoked the original question. I had built and installed from source tarball in th

Re: short Q

2007-11-28 Thread Bob Johnson
On 11/27/07, jekillen <[EMAIL PROTECTED]> wrote: > Originally, I was in a hurry and was having trouble with ports. This > approach had > worked for three machines. But one I was having endless problems with. > Meanwhile > I got it together to get ports to work. But the port did not install a > st