From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 16:54:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9874F16A402 for ; Wed, 21 Mar 2007 16:54:03 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE1613C458 for ; Wed, 21 Mar 2007 16:54:03 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id s18so355948wxc for ; Wed, 21 Mar 2007 09:54:03 -0700 (PDT) Received: by 10.70.32.10 with SMTP id f10mr1703334wxf.1174496043169; Wed, 21 Mar 2007 09:54:03 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id h15sm2269971wxd.2007.03.21.09.54.02; Wed, 21 Mar 2007 09:54:02 -0700 (PDT) Date: Wed, 21 Mar 2007 12:54:17 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <009801c76bbc$9f387710$6901a8c0@hollingsfef1b8> References: <009801c76bbc$9f387710$6901a8c0@hollingsfef1b8> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070321124542.DCB9.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.30.04 [en] From: Gerard Subject: Re: about MySQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 16:54:03 -0000 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