Author: paul
Date: 2006-01-29 00:46:47 +0100 (Sun, 29 Jan 2006)
New Revision: 1090
Log:
r6829@frost: paul | 2006-01-28 16:27:11 -0600
Whoops. There is no CREATE USER privilege in 4.1.
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-4.1/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6828
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6829
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-01-28 23:46:25 UTC (rev 1089)
+++ trunk/refman-4.1/database-administration.xml 2006-01-28 23:46:47 UTC (rev 1090)
@@ -11410,11 +11410,6 @@
<entry>server administration</entry>
</row>
<row>
- <entry><literal>CREATE USER</literal></entry>
- <entry><literal>Create_user_priv</literal></entry>
- <entry>server administration</entry>
- </row>
- <row>
<entry><literal>PROCESS</literal></entry>
<entry><literal>Process_priv</literal></entry>
<entry>server administration</entry>
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-01-28 23:46:25 UTC (rev 1089)
+++ trunk/refman-4.1/sql-syntax.xml 2006-01-28 23:46:47 UTC (rev 1090)
@@ -10257,8 +10257,7 @@
<para>
The <literal>DROP USER</literal> statement removes one or more
- MySQL accounts. To use it, you must have the global
- <literal>CREATE USER</literal> privilege or the
+ MySQL accounts. To use it, you must have the
<literal>DELETE</literal> privilege for the
<literal>mysql</literal> database. Each account is named using
the same format as for the <literal>GRANT</literal> statement;
@@ -11407,8 +11406,7 @@
<para>
To use this <literal>REVOKE</literal> syntax, you must have
- the global <literal>CREATE USER</literal> privilege or the
- <literal>UPDATE</literal> privilege for the
+ the <literal>UPDATE</literal> privilege for the
<literal>mysql</literal> database.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1090 - in trunk: . refman-4.1 | paul | 29 Jan |