From owner-freebsd-database@FreeBSD.ORG Fri Nov 18 23:05:55 2005 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0033B16A41F for ; Fri, 18 Nov 2005 23:05:54 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EE343D4C for ; Fri, 18 Nov 2005 23:05:54 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: by wproxy.gmail.com with SMTP id i27so61446wra for ; Fri, 18 Nov 2005 15:05:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=F9T0qTVOqgcqUA+7VAmu8/MClLhww1OqwrWjQ9Utvc8tkazoYnBfDxwyOoyYAQNR/l/q9hqwi1WjstaSpYKG7IJ4xmdt7TtF13EzItTSJxjFYVJIZ2VPyTC7xIX0xdnR0FFJW+tN9HwDfH8ajLuIY/aLxxxISVmEdubOpVjrJGA= Received: by 10.54.112.19 with SMTP id k19mr251579wrc; Fri, 18 Nov 2005 15:05:53 -0800 (PST) Received: by 10.54.72.2 with HTTP; Fri, 18 Nov 2005 15:05:53 -0800 (PST) Message-ID: <79e2026f0511181505r3086b084g8f9ac369c318b7a8@mail.gmail.com> Date: Fri, 18 Nov 2005 18:05:53 -0500 From: Ashok Shrestha To: freebsd-database@freebsd.org, ale@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: error in my-*.cnf files X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 23:05:55 -0000 In the /usr/local/share/mysql/my-*.cnf files, there is an option "key_buffer". Shouldn't this be "key_buffer_size" as described in the MySQL Documentation ( http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html) ? -- Ashok Shrestha