From owner-freebsd-questions@FreeBSD.ORG Fri Jul 27 17:00:00 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89E7816A418 for ; Fri, 27 Jul 2007 17:00:00 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 28DB013C4B0 for ; Fri, 27 Jul 2007 16:59:59 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1785171pye for ; Fri, 27 Jul 2007 09:59:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=SiiT14oPbsKzq/1p+H1e3kZL4ioSggCQIlK+f3O24IeOgCMb7guuXNFxn7Lpug0Yjl2NOWPWLa9GZJ/EVEqwTPIyCJhQl9KGZifJsB/ipQuhHQByHnU/9f+vyUh7bDq9IPQRaHLBsdzC61wmAn7FTcTxQfbG8kADAMnjCUWm0LM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=YO3f+nY2ZfjlW/VmiqAE4hMLynElViDFB1HVCYoOOgWorrZm4e82n8jHpjprE6Fkit1RnfbiEGaCQ9cJB4u/nMDYkh5vFYCCieGGcwkjiKQ/Ocdkmoc4m/VTRfcdSm4eJ5RrH6ZXjqyIu8bJHogYRjz6Q43NZrjIoyNt/HhOX5s= Received: by 10.35.99.5 with SMTP id b5mr4975134pym.1185554079167; Fri, 27 Jul 2007 09:34:39 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Fri, 27 Jul 2007 09:34:39 -0700 (PDT) Message-ID: <105fa37b0707270934s7f1f97a0icf5a92f8e7932da6@mail.gmail.com> Date: Fri, 27 Jul 2007 12:34:39 -0400 From: "Hakan K" To: "Robert Huff" In-Reply-To: <18089.65163.914777.981214@jerusalem.litteratus.org> MIME-Version: 1.0 References: <20070727133354.GA4021@skytracker.ca> <18089.65163.914777.981214@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: updating mysql database 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: Fri, 27 Jul 2007 17:00:00 -0000 Although MySQL has worked very hard to ensure a high level of quality, protect your data by making a backup as you would for any other software beta release. MySQL generally recommends that you dump and reload your tables from any previous version to upgrade to 5.2. Troy http://primoris.com On 7/27/07, Robert Huff wrote: > > David Banning writes: > > > I installed mysql 5.1 on a new system and I want to run a 4.1 > > database. I notice that not all tables work. Is there a > > conversion to take the database from 4.1 to 5.1? > > It is my understanding that you will have to dump (using the > appropriate MySQL utilities) the database, the import it to the new > version. But you should check the documentation for the official > policy. > > > Robert Huff > _______________________________________________ > 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" >