Author: plavin
Date: 2007-02-02 19:48:41 +0100 (Fri, 02 Feb 2007)
New Revision: 4769
Log:
Catch error in replication.xml that will cause build failure and copy over MNMAS ads
Modified:
trunk/refman-5.1/replication.xml
trunk/refman-5.1/sql-syntax.xml
Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml 2007-02-02 18:30:13 UTC (rev 4768)
+++ trunk/refman-5.1/replication.xml 2007-02-02 18:48:41 UTC (rev 4769)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 443 bytes
@@ -5684,7 +5684,7 @@
report it.
</para>
- formalpara role="mnmas">
+ <formalpara role="mnmas">
<title>MySQL Enterprise</title>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-02-02 18:30:13 UTC (rev 4768)
+++ trunk/refman-5.1/sql-syntax.xml 2007-02-02 18:48:41 UTC (rev 4769)
Changed blocks: 5, Lines Added: 74, Lines Deleted: 0; 3515 bytes
@@ -139,6 +139,22 @@
applies to the default database.
</para>
+ <formalpara role="mnmas">
+ <title>MySQL Enterprise</title>
+
+
+
+ <para>
+ In a production environment, alteration of a database is not a
+ common occurrence and may indicate a security breach. Advisors
+ provided as part of the MySQL Network Monitoring and Advisory
+ Service automatically alert you when data definition
+ statements are issued. For more information see,
+ <ulink url="&base-url-enterprise;advisors.html"/>.
+ </para>
+ </formalpara>
+
+
<remark role="help-description-end"/>
</section>
@@ -13865,6 +13881,20 @@
<xref linkend="mysql-upgrade"/>.
</para>
+ <formalpara role="mnmas">
+ <title>MySQL Enterprise</title>
+
+
+
+ <para>
+ In a production environment it is always prudent to examine
+ any changes to users' accounts. The MySQL Network Monitoring
+ and Advisory Service provides notification whenever users'
+ privileges are altered. For more information see,
+ <ulink url="&base-url-enterprise;advisors.html"/>.
+ </para>
+ </formalpara>
+
<section id="create-user">
<title><literal>CREATE USER</literal> Syntax</title>
@@ -14671,6 +14701,20 @@
<secondary>setting</secondary>
</indexterm>
+ <formalpara role = "mnmas">
+ <title>MySQL Enterprise</title>
+
+
+
+ <para>
+ The MySQL Network Monitoring and Advisory Service
+ specifically guards against user accounts with no passwords.
+ To find out more see,
+ <ulink url="&base-url-enterprise;advisors.html"/>.
+ </para>
+ </formalpara>
+
+
<para>
If a new user is created or if you have global grant
privileges, the user's password is set to the password
@@ -14735,6 +14779,22 @@
option.
</para>
+ <formalpara role="mnmas">
+ <title>MySQL Enterprise</title>
+
+
+
+ <para>
+ The <literal>SHOW DATABASES</literal> privilege should be
+ granted only to users who need to see all the databases on a
+ MySQL server. Subscribers to the MySQL Network Monitoring
+ and Advisory Service are alerted when servers are started
+ without the <option>--skip-show-database</option> option.
+ For more information see,
+ <ulink url="&base-url-enterprise;advisors.html"/>.
+ </para>
+ </formalpara>
+
<para>
If a user has no privileges for a table, the table name is not
displayed when the user requests a list of tables (for
@@ -19646,6 +19706,20 @@
field.
</para>
+ <formalpara role = "mnmas">
+ <title>MySQL Enterprise</title>
+
+
+
+ <para>
+ Subscribers to MySQL Network Monitoring and Advisory Service
+ receive instant notification and expert advice on resolution
+ when there are too many concurrent processes. For more
+ information see,
+ <ulink url="&base-url-enterprise;advisors.html"/>.
+ </para>
+ </formalpara>
+
<remark role="help-description-end"/>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4769 - trunk/refman-5.1 | plavin | 2 Feb |