[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Automatically starting mysql at startup / email to SMS in the UK
- Subject: Re: [cobalt-users] Automatically starting mysql at startup / email to SMS in the UK
- From: Hendrik Runte <cobalt@xxxxxxxxxx>
- Date: Sun Jul 29 17:27:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Hi,
>
> How can I automatically start my MYSQL daemon at machine start-up/reboot
> please? I guess that it's something to do with /etc/rc.d or something like
> that. However, to be honest, I am unsure. Any pointers would be most
> appreciated.
>
> Also, does anyone know of a system in the UK that can provide email to SMS
> please, with some form of filtering so I can guard against spamming? I'd
> like to have any fatal script errors sent to my mobile so that I can fix
> them ASAP.
>
> kind regards,
>
> Graham Nichols.
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
Hi Graham,
if installed from cobalt-pkg or rpm, mysql server will start up
automatically as the necessary start-up script is built during installation.
Look for /etc/rc.d/init.d/mysql
If this script does not exist, you will need to copy
/usr/include/mysql/mysql.server to /etc/rc.d/init.d/ and rename this file to
'mysql'.
Done.
Sorry, no knowledge for your sms problem ;-)
Regards,
Hendrik
--