Gentoo Archives: gentoo-user

From: James Ausmus <james.ausmus@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks
Date: Tue, 22 Jan 2008 07:06:53
Message-Id: b79f23070801212306v56aa6bf6sc64d3ad149ebedb8@mail.gmail.com
In Reply to: [gentoo-user] Re: Any one using www-apps/online-bookmarks by reader@newsguy.com
1 On Jan 21, 2008 7:49 PM, <reader@×××××××.com> wrote:
2
3 <snip>
4
5 > So I tried adding a passwd leaving the rest as is.. That failed with:
6 > Access denied for user 'bookmarkmgr'@'localhost' (using password: YES)
7 >
8 > (YES was not what I inserted so I guess its just saying a passwd was used)
9 >
10 > I'm not really sure what to do about mysql but at least it appears the
11 > bookmark pkg is trying to work.
12 >
13
14 OK, this one is easy to fix:
15
16 login in to MySQL as root:
17
18 mysql -uroot -p
19 <enter your password when prompted>
20
21 In the MySQL console type the following commands:
22
23 create database bookmarks;
24 grant ALL on bookmarks.* to 'bookmarkmgr'@'localhost' identified by
25 '<the password you want to use>';
26 flush privileges;
27 quit
28
29 And then retry the bookmark setup.
30
31 HTH-
32
33 James
34 --
35 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Any one using www-apps/online-bookmarks reader@×××××××.com