From owner-freebsd-database@FreeBSD.ORG Fri Mar 2 15:30:36 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 1824416A402 for ; Fri, 2 Mar 2007 15:30:36 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id C8B5B13C441 for ; Fri, 2 Mar 2007 15:30:35 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 6DCA9209 for ; Fri, 2 Mar 2007 16:06:24 +0100 (CET) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ksh5Xl0oGxJI for ; Fri, 2 Mar 2007 16:06:24 +0100 (CET) Received: from a144026.studnetz.uni-leipzig.de (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 4CE19208 for ; Fri, 2 Mar 2007 16:06:24 +0100 (CET) From: Momchil Ivanov To: freebsd-database@freebsd.org Date: Fri, 2 Mar 2007 16:06:00 +0100 User-Agent: KMail/1.9.4 References: <45E82E41.2060007@btinternet.com> In-Reply-To: <45E82E41.2060007@btinternet.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5243410.TIj1Q1TkRZ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200703021606.04901.idiotbg@gmail.com> Subject: Re: 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 Reply-To: idiotbg@gmail.com 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 15:30:36 -0000 --nextPart5243410.TIj1Q1TkRZ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =D0=9D=D0=B0 2.3.2007 15:01 Rajen Jani (BT Yahoo! Broadband) =D0=BF=D0=B8= =D1=88=D0=B5: > 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'; Try using: GRANT ALL ON zabbix.* TO 'zabbix'@'ritm' IDENTIFIED BY 'password'; I think your '.*' after TO makes it wrong =2D-=20 This correspondence is strictly confidential. Any screening, filtering and/or production for the purpose of public or otherwise disclosure is forbidden without written permission by the author signed above. If you are not the intended recipient, please immediately notify the sender and permanently delete any copies PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E 158A E03D 56DA 3118 168B --nextPart5243410.TIj1Q1TkRZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBF6D1c4D1W2jEYFosRAlAiAJ9Upo3FYhYnEn5ZpB2cCQgfWmrNHgCfT+I/ c34fIlvk1isBoKnPEQoMTOk= =nNio -----END PGP SIGNATURE----- --nextPart5243410.TIj1Q1TkRZ--