From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 09:06:47 2004 Return-Path: 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 864F316A4CE for ; Thu, 22 Jan 2004 09:06:47 -0800 (PST) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C15043D2D for ; Thu, 22 Jan 2004 09:06:46 -0800 (PST) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by razorbill.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AjiHv-00010K-00; Thu, 22 Jan 2004 09:06:39 -0800 From: "Andrew L. Gould" To: "Christer Solskogen" , questions@freebsd.org Date: Thu, 22 Jan 2004 11:06:40 -0600 User-Agent: KMail/1.5.4 References: <4569.148.121.98.106.1074790312.squirrel@carebears.mine.nu> In-Reply-To: <4569.148.121.98.106.1074790312.squirrel@carebears.mine.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401221106.40735.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b3265e5f6cce4f63e6c938b699aac68ba350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: upgrading mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 17:06:47 -0000 On Thursday 22 January 2004 10:51 am, Christer Solskogen wrote: > It seems like some port i want to install depend on mysql4, but i have > some programs that depends on mysql-client-3.23.58_1 ( I also have > mysql-server-3.23.58_1 installed) > > I was wondering upgrading the mysql ports to 4.x series. should this be > okay? > > gallery-1.4.1 ,p5-Mysql-modules-1.2219, php4-4.3.4_5, phpMyAdmin-2.5.4, > phpSysInfo-2.1 and squirrelmail-1.4.2_1 seems to like mysql-3, and i was > wondering if these ports will work with mysql4. > > and if this works, how will be the correct way of upgrading the mysql > packages? Below is a link to an article about portupgrade, a port that manages the upgrading of ports. Portupgrade has options to upgrade port dependencies as well as other ports that use the port you're upgrading. If you use the -n switch, portupgrade will report the steps required without actually performing the upgrade. http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html Best of luck, Andrew Gould