MySQL start options - BSD
This is a discussion on MySQL start options - BSD ; I have mysql-server-4.0.23p1 running on OpenBSD 3.7.
Currently it is started with the following in /etc/rc.local:
/usr/local/share/mysql/mysql.server start
With Linux we'd always use mysqld_safe. Should I be using something like
this (below) instead?:
/usr/local/bin/mysqld_safe
Thanks....
-
MySQL start options
I have mysql-server-4.0.23p1 running on OpenBSD 3.7.
Currently it is started with the following in /etc/rc.local:
/usr/local/share/mysql/mysql.server start
With Linux we'd always use mysqld_safe. Should I be using something like
this (below) instead?:
/usr/local/bin/mysqld_safe
Thanks.
-
Re: MySQL start options
On Tue, 11 Oct 2005 11:14:46 +0100, rar-ak wrote:
> I have mysql-server-4.0.23p1 running on OpenBSD 3.7.
> Currently it is started with the following in /etc/rc.local:
>
> /usr/local/share/mysql/mysql.server start
>
> With Linux we'd always use mysqld_safe. Should I be using something like
> this (below) instead?:
>
> /usr/local/bin/mysqld_safe
Did you actually read /usr/local/share/mysql/mysql.server to see what it
does?
-
Re: MySQL start options
"Dave Uhring" wrote in message
news
an.2005.10.11.17.40.17.913041@yahoo.com...
> On Tue, 11 Oct 2005 11:14:46 +0100, rar-ak wrote:
>
>> I have mysql-server-4.0.23p1 running on OpenBSD 3.7.
>> Currently it is started with the following in /etc/rc.local:
>>
>> /usr/local/share/mysql/mysql.server start
>>
>> With Linux we'd always use mysqld_safe. Should I be using something like
>> this (below) instead?:
>>
>> /usr/local/bin/mysqld_safe
>
> Did you actually read /usr/local/share/mysql/mysql.server to see what it
> does?
Yes, but I didn't understand what I was looking at
My bad. All sorted
now.
-
Re: MySQL start options
Here you can find gr8 articles for OpenBSD begginers:
http://www.openbsdsupport.org/
Regards,
TomazZ (http://www.4ezi.com)
rar-ak je napisal:
> "Dave Uhring" wrote in message
> news
an.2005.10.11.17.40.17.913041@yahoo.com...
> > On Tue, 11 Oct 2005 11:14:46 +0100, rar-ak wrote:
> >
> >> I have mysql-server-4.0.23p1 running on OpenBSD 3.7.
> >> Currently it is started with the following in /etc/rc.local:
> >>
> >> /usr/local/share/mysql/mysql.server start
> >>
> >> With Linux we'd always use mysqld_safe. Should I be using something like
> >> this (below) instead?:
> >>
> >> /usr/local/bin/mysqld_safe
> >
> > Did you actually read /usr/local/share/mysql/mysql.server to see what it
> > does?
>
> Yes, but I didn't understand what I was looking at
My bad. All sorted
> now.