Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2007 12:54:17 -0400
From:      Gerard <gerard@seibercom.net>
To:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: about MySQL
Message-ID:  <20070321124542.DCB9.GERARD-SEIBERT@seibercom.net>
In-Reply-To: <009801c76bbc$9f387710$6901a8c0@hollingsfef1b8>
References:  <009801c76bbc$9f387710$6901a8c0@hollingsfef1b8>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday March 21, 2007 at 09:27:06 (AM) Frank wrote:


> hi this is Frank,
> after i finish MySQL.  how should i know it's work or not? then how
> should i install php and apache? last question is how you learned
> FreeBSD?

Add the following to your '/etc/rc.conf' file:

    mysql_enable=3D"YES"

Then either reboot the system, or enter (as root):

    /usr/local/etc/rc.d/mysql-server start

You will know momentarily if it work or not. You really should read up
on MySQL. You will probably need to assign users and passwords, etc.

Use the ports system to install both Apache and PHP. Install Apache
first. That will allow PHP to enter its information into the httpd.conf
file automatically.

You can start learning FreeBSD by read the material available here:

    http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/

Just my 2=A2.

--=20
Gerard




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070321124542.DCB9.GERARD-SEIBERT>