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 1JHDDh-0007Kx-JE for garchives@archives.gentoo.org; Tue, 22 Jan 2008 07:06:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6482BE0BCB; Tue, 22 Jan 2008 07:06:51 +0000 (UTC) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by pigeon.gentoo.org (Postfix) with ESMTP id 10C37E0BCB for ; Tue, 22 Jan 2008 07:06:50 +0000 (UTC) Received: by fk-out-0910.google.com with SMTP id 18so3111401fkq.2 for ; Mon, 21 Jan 2008 23:06:50 -0800 (PST) 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ABV95vd/vgQUy5Kd+2/yCoE2CHdHEWrH4aKMylccimo=; b=FdzRDqhRLCxPmkvUedPXOcOk56wVPC/SNU9KYXS+gd75qrWC8ygrPqX7PIMtOYIKGR4CpYEnBjQZKCDW/NE04rg3gOY8Ttzc0fSYQmgpaeQqgtlJj4dJ5WD0Emd7rELixh+quYK3GU9nLP+VwiOlQF6KGDDYrKlZQT95g3UOCbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p2OhHaSfGEPukrCocRjBtrdc84synUhivSLrarWUf1joBTscj6rfs9+JAKbj5IU/Hwwu649oqw8G4KurnklaRWzsOYh5ZD/pJHosIj0lJuYGNPpfTBuiLpwoXxgGHmuN/3ALtTJCiQltWZyEBEYfFB/YVeUJxS3MKJamDb4Zq/c= Received: by 10.78.131.8 with SMTP id e8mr10424146hud.52.1200985609996; Mon, 21 Jan 2008 23:06:49 -0800 (PST) Received: by 10.78.97.19 with HTTP; Mon, 21 Jan 2008 23:06:49 -0800 (PST) Message-ID: Date: Mon, 21 Jan 2008 23:06:49 -0800 From: "James Ausmus" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks In-Reply-To: <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=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <878x2jyooe.fsf@newsguy.com> <878x2itt7z.fsf@newsguy.com> X-Archives-Salt: 18a725dd-56c8-4f2b-a10d-04cf91ef0e1f X-Archives-Hash: ed5536de258799352dfb7ff65221469e 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 In the MySQL console type the following commands: create database bookmarks; grant ALL on bookmarks.* to 'bookmarkmgr'@'localhost' identified by ''; flush privileges; quit And then retry the bookmark setup. HTH- James -- gentoo-user@lists.gentoo.org mailing list