From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 08:01:49 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 B00D11065699 for ; Thu, 9 Oct 2008 08:01:49 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id 660018FC1A for ; Thu, 9 Oct 2008 08:01:49 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so834127wra.27 for ; Thu, 09 Oct 2008 01:01:48 -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 :content-transfer-encoding:content-disposition:references; bh=XgNlYBPttttvujxa7iBXWb+9WagtMz2uJ1gpnHcTbv4=; b=JhOg6s9eNxRgMRGCiVqP8UQ6h6gPT5yqxtQ5ns7jG9d/w4GPmrj8SHyiLcvtBHcjPp ciSz+H/lWUPAMsjxM1Fnoq5ryW4RX+G92G99NP0aE51zK1wkfanjCIcUxvuED8a9iN11 F5DM0fsLbdfvVAPfT4nBtIGDvr2LACJsPrYVs= 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:content-transfer-encoding:content-disposition :references; b=oSmJKxbDn9tHAlmYI+AlNKO8/9ZsUhr9++1vxQiQi4GCHOWIcmbWQsXF6aWpvXYpCi YBtb59D5CGIvR9XZzbyw7OtvidLPrlsHa8c05vEyW5Zw/sbFqpTBV+dzR6wVOC/XWBgh 31FCuUKFyEe2TWdITuSWwmthSRqyhCgFJVLuI= Received: by 10.64.28.20 with SMTP id b20mr15959825qbb.59.1223539307851; Thu, 09 Oct 2008 01:01:47 -0700 (PDT) Received: by 10.64.112.18 with HTTP; Thu, 9 Oct 2008 01:01:47 -0700 (PDT) Message-ID: <94136a2c0810090101m6fca2baercb028e658641db3d@mail.gmail.com> Date: Thu, 9 Oct 2008 10:01:47 +0200 From: "Zbigniew Szalbot" To: "Matthew Seaman" In-Reply-To: <48EDB6BD.1070209@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0810072248t7143c6am7b5740a7d770317d@mail.gmail.com> <48ED0986.6060100@infracaninophile.co.uk> <94136a2c0810082206u3e1de52el320672c67665ef5a@mail.gmail.com> <48EDB6BD.1070209@infracaninophile.co.uk> Cc: freebsd-questions Subject: Re: mysql binlogs and their expiry times 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: Thu, 09 Oct 2008 08:01:49 -0000 Hello, > Zbigniew Szalbot wrote: > > | It works so no problem but I do not really like the idea of providing > | passwords in crontab. I wish the option in my.cnf file worked as > | advertised. > > Hmmm.... It's always worked for me to create a file /root/.my.cnf > containing: > > [client] > user = root > password = imnottellingyou Thank you Matthew. You made me learn something new and very useful! I appreciate it very much! -- Zbigniew Szalbot