Re: start mysql at startup

2001-04-10 Thread Deependra B. Tandukar
]>; "Ngu Nguyen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 09:21 AM Subject: Re: start mysql at startup > Dear Ngu, > > in rc.local add > if [-x /path/to/mysqld]; then > echo "MySQL started" > /path/to/mysqld st

Re: start mysql at startup

2001-04-10 Thread Deependra B. Tandukar
started. > > -Brian > > - Original Message - > From: "Ngu Nguyen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 10, 2001 10:24 AM > Subject: start mysql at startup > > > Hi, > > I just finished installing mysql

Re: start mysql at startup

2001-04-10 Thread Gerald Clark
Make sure it is executable. Ngu Nguyen wrote: > > Hi, > > I just finished installing mysql, but the only way I can start mysql is using >"./configure" or "./bin/safe_mysqld". In the documentation it tells me to use >"mysql.server start" but this command doesn't work. I was wondering if any

Re: start mysql at startup

2001-04-10 Thread Richard DeWath
Ngu Nguyen wrote: > Hi, > > I just finished installing mysql, but the only way I can start mysql is using >"./configure" or "./bin/safe_mysqld". In the documentation it tells me to use >"mysql.server start" but this command doesn't work. I was wondering if anyone could >tell me what I am doi

Re: start mysql at startup

2001-04-10 Thread Brian Warn
CTED]> Sent: Tuesday, April 10, 2001 10:24 AM Subject: start mysql at startup Hi, I just finished installing mysql, but the only way I can start mysql is using "./configure" or "./bin/safe_mysqld". In the documentation it tells me to use "mysql.server start" but

start mysql at startup

2001-04-10 Thread Ngu Nguyen
Hi, I just finished installing mysql, but the only way I can start mysql is using "./configure" or "./bin/safe_mysqld". In the documentation it tells me to use "mysql.server start" but this command doesn't work. I was wondering if anyone could tell me what I am doing wrong. I am also wonder