MySQL Forums
Forum List  »  Docs

mistake in french manual, article on Grant/revoke
Posted by: Mayeul Kauffmann
Date: October 11, 2007 08:00AM

The French Manual
http://dev.mysql.com/doc/refman/5.0/fr/grant.html
gives the syntaxe for "grant" and "revoke".
In the first line, the correct syntaxe is given:

REVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...

But later in the same page, a wrong syntaxe is given:

REVOKE ALL PRIVILEGES,GRANT FROM user_name [, user_name ...]

["OPTION" is missing]
saying that this syntax exists since MySQL 4.1.2.
I doubt that this syntax has changed since 4.1.2 (so this statement would be false twice), but I'm sure it does not work today.

Reference:

http://dev.mysql.com/doc/refman/5.0/en/revoke.html

REVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...

I don't know where to make bug reports with respect to translation of documentation.

Options: ReplyQuote


Subject
Views
Written By
Posted
mistake in french manual, article on Grant/revoke
4693
October 11, 2007 08:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.