Gentoo Archives: gentoo-user

From: reader@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Any one using www-apps/online-bookmarks
Date: Tue, 22 Jan 2008 19:53:48
Message-Id: 87ejc9eixf.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks by James Ausmus
1 "James Ausmus" <james.ausmus@×××××.com> writes:
2
3 > On Jan 21, 2008 7:49 PM, <reader@×××××××.com> wrote:
4 >
5 > <snip>
6 >
7 >> So I tried adding a passwd leaving the rest as is.. That failed with:
8 >> Access denied for user 'bookmarkmgr'@'localhost' (using password: YES)
9 >>
10 >> (YES was not what I inserted so I guess its just saying a passwd was used)
11 >>
12 >> I'm not really sure what to do about mysql but at least it appears the
13 >> bookmark pkg is trying to work.
14 >>
15 >
16 > OK, this one is easy to fix:
17 >
18 > login in to MySQL as root:
19 >
20 > mysql -uroot -p
21 > <enter your password when prompted>
22
23 That part fails here:
24 # mysql -uroot -p
25 Enter password: <root passwd entered>
26
27 ERROR 1045 (28000): Access denied for
28 user 'root'@'localhost' (using password: YES)
29
30 ==============
31
32 But trying from my user shell:
33 I at least can log in.
34
35 > mysql
36 Welcome to the MySQL monitor. Commands end with ; or \g.
37 Your MySQL connection id is 9
38 Server version: 5.0.44-log Gentoo Linux mysql-5.0.44-r2
39
40 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
41
42 But when I try to run the command (wrapped for mail):
43
44 mysql> create database bookmarks;
45 ERROR 1044 (42000): Access denied for
46 user 'reader'@'localhost' to database 'bookmarks'
47
48 The help offered inside the mysql shell doesn't appear very helpful to
49 me.
50
51 But apparently I need to start over some how.
52
53 --
54 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Any one using www-apps/online-bookmarks Etaoin Shrdlu <shrdlu@×××××××××××××.org>