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
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"
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
: 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
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