From owner-freebsd-questions@FreeBSD.ORG Sat Sep 24 20:31:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 165A116A41F for ; Sat, 24 Sep 2005 20:31:59 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB7543D49 for ; Sat, 24 Sep 2005 20:31:58 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j8OKVv5J011723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Sep 2005 13:31:58 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050924132414.064d4bd0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sat, 24 Sep 2005 13:30:43 -0700 To: Joe Graham , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <4564bbf205092413161cb86d75@mail.gmail.com> References: <4564bbf205092413161cb86d75@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Help! Stupid Newbie Question 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: Sat, 24 Sep 2005 20:31:59 -0000 At 01:16 PM 9/24/2005, Joe Graham wrote: >Hello, > I've been playing off and on with FreeBSD for a bit of time now, but I >would still consider myself a relative newbie. I've read enough and played >enough to know how to install applications from ports (e.g., I was able to >successfully install Moria just by reading the pages I could find). My >latest endeavor has been to attempt to install MySQL. I've recently >installed FreeBSD 5.9 on my system, 5.9? Maybe you meant 4.9? If so, you'd be better off with a newer version. > and was attempting to use the ports >directory to install it. After going to /usr/ports/databases/mysql40-server >(mysql50-server failed, couldn't find the file anywhere to download >apparantly) and running make then make install, I've come across a hurdle. >The hurdle is rather embarrassing, but is sort of simple (and likely obvious >to te guys on this list). How do I get the server software to run? I know I >can't use mysql the client until the server software is running, but I dunno >the proper steps to take. If the port you installed was relatively recent, you just need mysql_enable="YES" in your rc.conf. If it's an older port, look for a sample startup script in /usr/local/etc/rc.d. You just need to rename it so that it ends in .sh and it will start at boot time. -Glenn > I know, it's a fairly stupid question, but I seem >incompetent at finding the right instructions to get it going. If someone >could please point me in the right direction to look around so I know what >steps I need to do next, I would be greatly appreciative. I'm able to find >methods to perform certain operations, but naturally it needs to have the >server software actually running :D Many many thanks to anyone who can help >me out. >--Joe G. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"