From owner-freebsd-questions@FreeBSD.ORG Sun Apr 20 20:19:54 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 DBCEF1065676 for ; Sun, 20 Apr 2008 20:19:54 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9825A8FC29 for ; Sun, 20 Apr 2008 20:19:54 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so766806ywt.13 for ; Sun, 20 Apr 2008 13:19:44 -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=F0XXiaUgDSyr5e7SfVIjATge78ZTzOa10zcdkto//bU=; b=GuP1rXNddTqaM59P88j4DAe/Jh5I7MxVhDDtlb06fz5GZQSI8w3nVy89hyBUmQvE1ARB/d82Xmd0RLJBRHXIUgqKj6p8V8l9WlhjYfh+sdlHJ8fCFKkH8+dqlDX+fAxSDBPgsGLgzVqJHRTlACu1XQWT3cXBlGOuOIBa6sCs16Y= 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=pB13U7EO8xMN+C+UGJ2GfV8nNoExJ2wlFbTiOV202mWWWamxkXBBRzGGLDhpdsYllgo+MrShuVOJjupbIfJFiaXzd/4sKtP0NOhrLju1Iu9buuezsSabez/ruwnJUZISzVVxqF29EYUo+b+Xz9rBWidTtZ4Hcn+8O+ECmqV41mA= Received: by 10.151.101.2 with SMTP id d2mr369849ybm.129.1208722784027; Sun, 20 Apr 2008 13:19:44 -0700 (PDT) Received: by 10.150.201.20 with HTTP; Sun, 20 Apr 2008 13:19:44 -0700 (PDT) Message-ID: <26ddd1750804201319n74170821ua0652e49705eb27d@mail.gmail.com> Date: Sun, 20 Apr 2008 16:19:44 -0400 From: "Maxim Khitrov" To: "Peter Boosten" In-Reply-To: <47B7160D.5080009@boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47B7160D.5080009@boosten.org> Cc: FreeBSD Questions , ale@freebsd.org Subject: Re: mysql client 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: Sun, 20 Apr 2008 20:19:54 -0000 On Sat, Feb 16, 2008 at 12:57 PM, Peter Boosten wrote: > Hi all, > > Just after upgrading the mysql client to mysql-client-5.1.23 on 6.3, it > seems that it's completely ignoring ~/.my.cnf. > > Anyone else has this problem? > > Peter I just ran into the same problem on 7.0. This is a bug in one of the port patches. There is a fix in the pr system, but it has yet to be committed. Here are the relevant links: http://bugs.mysql.com/bug.php?id=34631 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121900 For now, you can apply the patch from the pr by hand. I tested it and it works fine. - Max