From owner-freebsd-questions@FreeBSD.ORG Thu May 29 17:38:57 2003 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 1CE8737B401 for ; Thu, 29 May 2003 17:38:57 -0700 (PDT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B52D43F85 for ; Thu, 29 May 2003 17:38:55 -0700 (PDT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.3/8.9.3) with ESMTP id h4U0cpmE097900 for ; Fri, 30 May 2003 07:38:53 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id HAA10310; Fri, 30 May 2003 07:40:28 +0700 (ICT) Date: Fri, 30 May 2003 07:40:28 +0700 (ICT) Message-Id: <200305300040.HAA10310@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole Cc: freebsd-questions@freebsd.org In-reply-to: References: X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: Re: 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: Fri, 30 May 2003 00:38:57 -0000 > I want to remove my mysql installation and re-install from scratch. Now the > problem. I have 6 active databases. How can i make sure that i dont loose > those. And that when i have re-installed, that they work immediatilly ?? I'd think mysql dump and restore would be the safest way and would allow some porting between different verions of MySQL. Though I once did a standard Unix file copy and it worked :) Olivier