Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2000 00:05:23 -0400
From:      "Thomas M. Sommers" <tms2@mail.ptd.net>
To:        Danny <dannyh@idx.com.au>
Cc:        antti@mysql.com, freebsd-questions@FreeBSD.ORG
Subject:   Re: mysqld exits immediately
Message-ID:  <38F2A483.1992AA75@mail.ptd.net>
References:  <38ED6A3F.EEE0B01D@mail.ptd.net> <00040914530502.00323@freebsd.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Danny wrote:
> 
> Try creating one like mine which is
> soemthing like mine
> 
> to see what happens
> 
> #!/bin/sh
> #
> 
> if [ -x /usr/local/bin/safe_mysqld ]
> then
>         /usr/local/bin/safe_mysqld & && echo -n ' mysql'
> fi
> 

This is the output that went to stdout:

Starting mysqld daemon with databases from /var/db/mysql
mysqld daemon ended

I presume you didn't mean to remove the ldconfig line.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38F2A483.1992AA75>