From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 16:33:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E58A8106569A for ; Wed, 1 Oct 2008 16:33:18 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.183]) by mx1.freebsd.org (Postfix) with ESMTP id 70DB98FC1C for ; Wed, 1 Oct 2008 16:33:18 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: by ik-out-1112.google.com with SMTP id c29so458839ika.3 for ; Wed, 01 Oct 2008 09:33:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=FIlwnwEAewLl4HvuVsB+jHu+Y8K3Ru+nhIvhLrUVlUA=; b=auMLZDQeoClbA9//4PVpftQNSbbstE7J7bKEtB2i43gd4kLCxLPXHtO5OgOjZINNN1 IbtoKed5eU1H5wC1B4HmHH/CZ+Oj7gJ3pzI5nANL64qLA7BrHSlcMJyo1GuyNsVdt1hq 6RgyXU5qdy7ERv64pb5hREwMqrfR47qFbkaWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=saZt+QjQ3o9a1lSCeB+I6nxM7CHdyyrkh/M16Js4/lp9sTZdh0OIEm08Tq8Bascnhi xs578j6hmeZeSDCeEFuXM5j8IxFWbO9X1VKvTLitkmAFhaJ4KE1IvypvqtSqsEV2X1cn VC+dashziJ8DfhoaH1xxiP9cZQkai/2yo2H9c= Received: by 10.210.92.8 with SMTP id p8mr9942251ebb.50.1222878797117; Wed, 01 Oct 2008 09:33:17 -0700 (PDT) Received: by 10.210.45.16 with HTTP; Wed, 1 Oct 2008 09:33:16 -0700 (PDT) Message-ID: <692660060810010933t6ada2c85g18b3e0e60d2cf02d@mail.gmail.com> Date: Wed, 1 Oct 2008 18:33:16 +0200 From: "=?ISO-8859-1?Q?Sebastian_Tymk=F3w?=" To: "John Almberg" In-Reply-To: <81F44C16-59C8-4A44-AE2A-B9F233834383@identry.com> MIME-Version: 1.0 References: <835F48BA-494E-44A0-8D2B-D9F139AB2125@identry.com> <94136a2c0810010201y6d561828lb125419de1613aee@mail.gmail.com> <81F44C16-59C8-4A44-AE2A-B9F233834383@identry.com> 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: freebsd-questions@freebsd.org Subject: Re: Best way to back up 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: Wed, 01 Oct 2008 16:33:19 -0000 Hello, You can store whole db files too. It's faster to run database from scratch than use mysqldump and mysql "source". Best regards, Shamrock