From: paul Date: December 12 2005 11:51pm Subject: svn commit - mysqldoc@docsrva: r546 - in trunk: . refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/93 Message-Id: <200512122351.jBCNpgvX029240@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-13 00:51:41 +0100 (Tue, 13 Dec 2005) New Revision: 546 Log: r4727@frost: paul | 2005-12-12 16:55:01 -0600 Point out that --skip-grant-tables suppresses plugin/UDF loading. Modified: trunk/ trunk/refman-4.1/database-administration.xml trunk/refman-5.0/database-administration.xml trunk/refman-5.1/database-administration.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4726 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4727 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609 Modified: trunk/refman-4.1/database-administration.xml =================================================================== --- trunk/refman-4.1/database-administration.xml 2005-12-12 23:51:27 UTC (rev 545) +++ trunk/refman-4.1/database-administration.xml 2005-12-12 23:51:41 UTC (rev 546) @@ -3151,12 +3151,15 @@ This option causes the server not to use the privilege - system at all. This gives everyone full - access to all databases! (You can tell a - running server to start using the grant tables again by - executing a mysqladmin flush-privileges - or mysqladmin reload command, or by - issuing a FLUSH PRIVILEGES statement.) + system at all. This gives anyone with access to the server + unrestricted access to all + databases. You can cause a running server to + start using the grant tables again by executing + mysqladmin flush-privileges or + mysqladmin reload command from a system + shell, or by issuing a MySQL FLUSH + PRIVILEGES statement. This option also + suppresses loading of user-defined functions (UDFs). @@ -10203,12 +10206,15 @@ This option causes the server not to use the privilege - system at all. This gives everyone full access to - all databases. (You can tell a running server to - start using the grant tables again by executing a + system at all. This gives anyone with access to the server + unrestricted access to all + databases. You can cause a running server to + start using the grant tables again by executing mysqladmin flush-privileges or - mysqladmin reload command, or by issuing - a FLUSH PRIVILEGES statement.) + mysqladmin reload command from a system + shell, or by issuing a MySQL FLUSH + PRIVILEGES statement. This option also suppresses + loading of user-defined functions (UDFs). Modified: trunk/refman-5.0/database-administration.xml =================================================================== --- trunk/refman-5.0/database-administration.xml 2005-12-12 23:51:27 UTC (rev 545) +++ trunk/refman-5.0/database-administration.xml 2005-12-12 23:51:41 UTC (rev 546) @@ -3925,7 +3925,8 @@ mysqladmin flush-privileges or mysqladmin reload command from a system shell, or by issuing a MySQL FLUSH - PRIVILEGES statement. + PRIVILEGES statement. This option also + suppresses loading of user-defined functions (UDFs). @@ -12172,12 +12173,15 @@ This option causes the server not to use the privilege - system at all. This gives everyone full - access to all databases! (You can tell a running - server to start using the grant tables again by executing a + system at all. This gives anyone with access to the server + unrestricted access to all + databases. You can cause a running server to + start using the grant tables again by executing mysqladmin flush-privileges or - mysqladmin reload command, or by issuing - a FLUSH PRIVILEGES statement.) + mysqladmin reload command from a system + shell, or by issuing a MySQL FLUSH + PRIVILEGES statement. This option also suppresses + loading of user-defined functions (UDFs). Modified: trunk/refman-5.1/database-administration.xml =================================================================== --- trunk/refman-5.1/database-administration.xml 2005-12-12 23:51:27 UTC (rev 545) +++ trunk/refman-5.1/database-administration.xml 2005-12-12 23:51:41 UTC (rev 546) @@ -152,7 +152,8 @@ servers installed on the system. See . You might consider using mysqlmanager, the MySQL Instance Manager, - instead of that script. See . + instead of that script. See + . @@ -3867,7 +3868,9 @@ mysqladmin flush-privileges or mysqladmin reload command from a system shell, or by issuing a MySQL FLUSH - PRIVILEGES statement. + PRIVILEGES statement. This option also + suppresses loading of plugins and user-defined functions + (UDFs). @@ -12106,12 +12109,15 @@ This option causes the server not to use the privilege - system at all. This gives everyone full - access to all databases! (You can tell a running - server to start using the grant tables again by executing a + system at all. This gives anyone with access to the server + unrestricted access to all + databases. You can cause a running server to + start using the grant tables again by executing mysqladmin flush-privileges or - mysqladmin reload command, or by issuing - a FLUSH PRIVILEGES statement.) + mysqladmin reload command from a system + shell, or by issuing a MySQL FLUSH + PRIVILEGES statement. This option also suppresses + loading of plugins and user-defined functions (UDFs).