Gentoo Archives: gentoo-dev

From: John Myers <electronerd@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New MySQL doc
Date: Mon, 11 Jul 2005 20:48:13
Message-Id: 200507110642.34927.electronerd@monolith3d.com
In Reply to: [gentoo-dev] New MySQL doc by Chris White
1 On Monday 11 July 2005 21:38, Chris White wrote:
2 > http://dev.gentoo.org/~chriswhite/mysql.html
3 >
4 > Comments, etc are welcome.
5 Sorry for posting twice, but
6 Code listing 4.11: REVOKE format
7 is incorrect. It probably should say
8 REVOKE [privleges] ON database.* FROM '[user]'@'[host]';
9 rather than
10 PRIVLEGES [privleges] ON database.* FROM '[user]'@'[host]';