From owner-freebsd-questions@FreeBSD.ORG Wed Mar 24 00:57:48 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CCCA106564A for ; Wed, 24 Mar 2010 00:57:48 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2776E8FC1E for ; Wed, 24 Mar 2010 00:57:47 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NuEup-0003xn-2k for freebsd-questions@freebsd.org; Wed, 24 Mar 2010 01:57:47 +0100 Received: from pool-71-166-134-186.washdc.east.verizon.net ([71.166.134.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2010 01:57:47 +0100 Received: from nightrecon by pool-71-166-134-186.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2010 01:57:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 23 Mar 2010 20:57:03 -0400 Lines: 17 Message-ID: References: <4BA8DAFA.3030107@arc.itb.ac.id> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-134-186.washdc.east.verizon.net Subject: Re: mysql can't running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2010 00:57:48 -0000 Michael Powell wrote: > m.anis wrote: > >> Please help, mysql can't running >> i had installed it and using phpmyadmin >> when i check /etc/rc.d/mysql-server status ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This indicates to me that you just unzipped a tarball and did ./configure && make && make install. This is not how you install software on FreeBSD. Please read the pertinent sections of the Handbook to learn how to install software. -Mike