From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JHPBs-0004lV-1N for garchives@archives.gentoo.org; Tue, 22 Jan 2008 19:53:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AD9FE0CDE; Tue, 22 Jan 2008 19:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DFBA7E0CDE for ; Tue, 22 Jan 2008 19:53:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 6DBF265693 for ; Tue, 22 Jan 2008 19:53:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.587 X-Spam-Level: X-Spam-Status: No, score=-2.587 required=5.5 tests=[AWL=0.012, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i1Spctou+OAe for ; Tue, 22 Jan 2008 19:53:30 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 98616655C5 for ; Tue, 22 Jan 2008 19:53:29 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JHPBS-0003Ig-8d for gentoo-user@gentoo.org; Tue, 22 Jan 2008 19:53:22 +0000 Received: from adsl-75-3-178-22.dsl.chcgil.sbcglobal.net ([75.3.178.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jan 2008 19:53:22 +0000 Received: from reader by adsl-75-3-178-22.dsl.chcgil.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jan 2008 19:53:22 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: reader@newsguy.com Subject: [gentoo-user] Re: Any one using www-apps/online-bookmarks Date: Tue, 22 Jan 2008 13:53:16 -0600 Organization: Still searching... Message-ID: <87ejc9eixf.fsf@newsguy.com> References: <878x2jyooe.fsf@newsguy.com> <878x2itt7z.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-75-3-178-22.dsl.chcgil.sbcglobal.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:8JG1uEc97Pf2nrLsG2SvLeQovp4= Sender: news X-Archives-Salt: de4c8fe1-a63e-4848-a615-b442b1b274db X-Archives-Hash: 15f8e4ca9bbe29e2937078b451631725 "James Ausmus" writes: > On Jan 21, 2008 7:49 PM, wrote: > > > >> So I tried adding a passwd leaving the rest as is.. That failed with: >> Access denied for user 'bookmarkmgr'@'localhost' (using password: YES) >> >> (YES was not what I inserted so I guess its just saying a passwd was used) >> >> I'm not really sure what to do about mysql but at least it appears the >> bookmark pkg is trying to work. >> > > OK, this one is easy to fix: > > login in to MySQL as root: > > mysql -uroot -p > That part fails here: # mysql -uroot -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) ============== But trying from my user shell: I at least can log in. > mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 Server version: 5.0.44-log Gentoo Linux mysql-5.0.44-r2 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. But when I try to run the command (wrapped for mail): mysql> create database bookmarks; ERROR 1044 (42000): Access denied for user 'reader'@'localhost' to database 'bookmarks' The help offered inside the mysql shell doesn't appear very helpful to me. But apparently I need to start over some how. -- gentoo-user@lists.gentoo.org mailing list