On Jan 21, 2008 7:49 PM,  <[EMAIL PROTECTED]> 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 via email to