From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 19:19:10 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 B986316A4CE for ; Sun, 7 Nov 2004 19:19:10 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B18D43D1D for ; Sun, 7 Nov 2004 19:19:10 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so254391rng for ; Sun, 07 Nov 2004 11:19:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=IQcXAQpPfcwmgbP9sy8OzvVYNXrQ3zwtICeStnjy00rJgKP39GgBquiUJah3FtcGA71tUvaRGBjMkA2R3RX8q78uwwQfa4maQm/84/maRZ+bVBTPRj9u1aPKepZlXp/t2BW1P1BJVU2ttMcZePQDk9nr7tMF9SpuXSm4esW3BXs= Received: by 10.38.161.21 with SMTP id j21mr464845rne; Sun, 07 Nov 2004 11:19:09 -0800 (PST) Received: by 10.38.208.66 with HTTP; Sun, 7 Nov 2004 11:19:09 -0800 (PST) Message-ID: <9395922d041107111926329dc5@mail.gmail.com> Date: Sun, 7 Nov 2004 19:19:09 +0000 From: David Jenkins To: "W. D." In-Reply-To: <5.1.0.14.2.20041107130001.071db340@209.152.117.178> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <5.1.0.14.2.20041107130001.071db340@209.152.117.178> cc: freebsd-questions@freebsd.org Subject: Re: Completely remove MySQL? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Jenkins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 19:19:10 -0000 On Sun, 07 Nov 2004 13:05:10 -0600, W. D. wrote: > Hi Folks, > > How does one completely remove MySQL from FreeBSD 4.9? > > My router died, and upon replacement I switched to > static IP addresses on my local network. Unfortunately, > When using phpMyAdmin to access a database, it > tries to access the database at the old IP. > > I can easily recreate the database--as well easily > reinstall PHP, MySQL, and phpMyAdmin--but how do I > remove everything so that the old IP address is > not referenced? > > By the way, where is this IP address being stored? > > Thanks mucho for any light you can shed! Hi, Maybe I've misunderstood this, but why do you need to remove MySQL? Are you able to access the database from the command line? Are phpmyadmin and MySQLd all running on the same machine? David