RE: How does one start mysql after installing from ports

2007-07-05 Thread Johan Hendriks
To autostart mysql at boot add this to /etc/rc.conf mysql_enable=YES Add this to /etc/rc.conf to direct to use location where there is a large enough free disk space to hold your databases mysql_dbdir=/usr/local/mysql To start or stop mysql server do this /usr/local/share/mysql/mysql.server

How does one start mysql after installing from ports

2007-07-04 Thread Andrew Falanga
This is pretty pathetic but I'm batting a 1000 on this one. I installed mysql a few weeks ago on this web server I'm making for my church and didn't do anything with it at that point (that was the first mistake). I've not used mysql (I usually use PostgreSQL) but WebGUI wants mysql. So, being

Re: How does one start mysql after installing from ports

2007-07-04 Thread Gerard
On July 04, 2007 at 06:00PM Andrew Falanga wrote: This is pretty pathetic but I'm batting a 1000 on this one. I installed mysql a few weeks ago on this web server I'm making for my church and didn't do anything with it at that point (that was the first mistake). I've not used mysql (I

Re: How does one start mysql after installing from ports

2007-07-04 Thread Paul Schmehl
--On July 4, 2007 4:00:48 PM -0600 Andrew Falanga [EMAIL PROTECTED] wrote: This is pretty pathetic but I'm batting a 1000 on this one. I installed mysql a few weeks ago on this web server I'm making for my church and didn't do anything with it at that point (that was the first mistake). I've

RE: How does one start mysql after installing from ports

2007-07-04 Thread Bob
To autostart mysql at boot add this to /etc/rc.conf mysql_enable=YES Add this to /etc/rc.conf to direct to use location where there is a large enough free disk space to hold your databases mysql_dbdir=/usr/local/mysql To start or stop mysql server do this /usr/local/share/mysql/mysql.server