public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Ausmus" <james.ausmus@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks
Date: Mon, 21 Jan 2008 23:06:49 -0800	[thread overview]
Message-ID: <b79f23070801212306v56aa6bf6sc64d3ad149ebedb8@mail.gmail.com> (raw)
In-Reply-To: <878x2itt7z.fsf@newsguy.com>

On Jan 21, 2008 7:49 PM,  <reader@newsguy.com> wrote:

<snip>

> 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
<enter your password when prompted>

In the MySQL console type the following commands:

create database bookmarks;
grant ALL on bookmarks.* to 'bookmarkmgr'@'localhost' identified by
'<the password you want to use>';
flush privileges;
quit

And then retry the bookmark setup.

HTH-

James
-- 
gentoo-user@lists.gentoo.org mailing list



  reply	other threads:[~2008-01-22  7:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-21 19:16 [gentoo-user] Any one using www-apps/online-bookmarks reader
2008-01-21 19:26 ` James Ausmus
2008-01-22  1:01   ` Jason Carson
2008-01-22  3:35     ` [gentoo-user] " reader
2008-01-22  3:49   ` reader
2008-01-22  7:06     ` James Ausmus [this message]
2008-01-22 19:53       ` reader
2008-01-22 20:23         ` Etaoin Shrdlu
2008-01-22 21:57           ` reader
2008-01-22 22:02           ` reader
2008-01-22 22:19             ` James Ausmus
2008-01-23 14:45               ` reader
2008-01-23 15:03                 ` reader
2008-01-23 15:28                   ` Brian Marshall
2008-01-23 16:27                   ` James Ausmus
2008-01-23 16:26                 ` James Ausmus
2008-01-23 16:35                   ` Neil Bothwick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b79f23070801212306v56aa6bf6sc64d3ad149ebedb8@mail.gmail.com \
    --to=james.ausmus@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox