Gentoo Archives: gentoo-dev

From: Petre Rodan <kaiowas@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Bugzilla Bug #109301 dev-db/mysql-4.1.14 stable request.
Date: Wed, 19 Oct 2005 12:47:51
Message-Id: 20051019124600.GB16978@peter.avira.local
In Reply to: [gentoo-dev] Bugzilla Bug #109301 dev-db/mysql-4.1.14 stable request. by "Francesco R."
1 Hi,
2
3 On Mon, Oct 17, 2005 at 04:06:29PM +0200, Francesco R. wrote:
4 > mysql-4.1.14 has been added to the tree on 29 Aug 2005, should be time
5 > to stabilize the 4.1 branch of mysql.
6
7 quick question regarding this new version.
8
9 is that
10 grant all privileges on 'DB'.* to 'user'@'localhost' identified by 'password';
11 deprecated in 4.1?
12 because it inserts the line in mysql.users, but authentication is impossible :/
13
14 I had to use this syntax to get things going:
15
16 GRANT USAGE ON *.* TO 'user'@'localhost' IDENTIFIED BY 'password' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0;
17
18 GRANT ALL PRIVILEGES ON `DB`.* TO 'user'@'localhost';
19
20 maybe it would be a Good Thing(TM) to add this to the upgrade document?
21
22
23 bye,
24 peter
25
26 --
27 petre rodan
28 <kaiowas@g.o>
29 Developer,
30 Hardened Gentoo Linux

Replies