Re: Runing MySQL on boot

2005-11-19 Thread Gleb Paharenko
Hello. Usually I use mysql-server.sh which is from ports collection, however, mysql.server script is used sometimes. See: http://dev.mysql.com/doc/refman/5.0/en/mysql-server.html Andrew Kuebler wrote: > I'm running FreeBSD and MySQL version 4.1. How do I get FreeBSD to load > MySQL on

Re: Runing MySQL on boot

2005-11-18 Thread Jacques Marneweck
Andrew Kuebler wrote: > I'm running FreeBSD and MySQL version 4.1. How do I get FreeBSD to load > MySQL on boot? I don't see a script file that came with the installation. > > Thank you. > > Andrew > Hi Andrew, You need edit your /etc/rc.conf file and add the following line: mysql_enable="YES"

Re: Runing MySQL on boot

2005-11-18 Thread Erich Beyrent
Andrew Kuebler wrote: I'm running FreeBSD and MySQL version 4.1. How do I get FreeBSD to load MySQL on boot? I don't see a script file that came with the installation. Thank you. Andrew Place a script called mysql-server.sh in /usr/local/etc/rc.d #!/bin/sh case "$1" in start) /usr/loca

RE: Runing MySQL on boot

2005-11-18 Thread ISC Edwin Cruz
: Viernes, 18 de Noviembre de 2005 01:51 p.m. Para: mysql@lists.mysql.com Asunto: Runing MySQL on boot I'm running FreeBSD and MySQL version 4.1. How do I get FreeBSD to load MySQL on boot? I don't see a script file that came with the installation. Thank you. Andrew -- MySQL General Ma

Runing MySQL on boot

2005-11-18 Thread Andrew Kuebler
I'm running FreeBSD and MySQL version 4.1. How do I get FreeBSD to load MySQL on boot? I don't see a script file that came with the installation. Thank you. Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PRO