From owner-freebsd-database@FreeBSD.ORG Fri Mar 2 14:02:40 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E146516A401 for ; Fri, 2 Mar 2007 14:02:39 +0000 (UTC) (envelope-from x_element108@btinternet.com) Received: from smtp809.mail.ukl.yahoo.com (smtp809.mail.ukl.yahoo.com [217.12.12.199]) by mx1.freebsd.org (Postfix) with SMTP id 4803F13C4B3 for ; Fri, 2 Mar 2007 14:02:38 +0000 (UTC) (envelope-from x_element108@btinternet.com) Received: (qmail 10613 invoked from network); 2 Mar 2007 14:02:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:X-Enigmail-Version:Content-Type:Content-Transfer-Encoding; b=RX7f2Db+sb80eEl7WUnxI+B2IDPxsM8iMEsxLcnZO8WS0iipYegKUCfTb51UZonoP5qQp9VtsDI49CcfrUHOOGvGwWnkjonHOo+lXPoccwt5dKr+jSAZdUgta1TJeynBXHHlp1F0ds/jaTUeyhqtpV7lvWJbJhUzYWo42I4q8ZU= ; Received: from unknown (HELO ?192.168.1.67?) (x_element108@btinternet.com@86.133.112.228 with plain) by smtp809.mail.ukl.yahoo.com with SMTP; 2 Mar 2007 14:02:37 -0000 X-YMail-OSG: CglkGk0VM1l0k6ce6Fay49kysYOb5UtNkyFkz6SzTpTOZN4pT1qNAB05MP5b0dsz.3DDGJUoM7UtxQ2tRbKVeSZFOzmF3SG3JczW0sAcqYXXpnZbvdY- Message-ID: <45E82E41.2060007@btinternet.com> Date: Fri, 02 Mar 2007 14:01:37 +0000 From: "Rajen Jani (BT Yahoo! Broadband)" User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-database@freebsd.org X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: ERROR 1045 (28000): Access denied for user 'zabbix'@'ritm' (using, password: YES) 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, 02 Mar 2007 14:02:40 -0000 Hello people, Thanks for helping me out last time. I am still having the above problem. I did the following prior: shell>> mysql mysql> GRANT ALL PRIVILEGES ON zabbix TO .* 'zabbix'@'ritm' IDENTIFIED BY 'password'; mysql> quit bye shell>> mysql -h ritm -u zabbix -p password: ******** ERROR 1045 (28000): Access denied for user 'zabbix'@'ritm.axigral' (using,password: YES) If I do it without password then it goes through ok. Any suggestions appreciated. If I go through the mysql documentation on the website they have nothing on FreeBSD. Regards, Rajen