Author: paul
Date: 2010-11-15 16:51:38 +0100 (Mon, 15 Nov 2010)
New Revision: 23753
Log:
r44268@arctic: paul | 2010-11-15 09:50:12 -0600
Specify what the error message is if the proxies_priv table is missing
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-5.5/installing-updowngrade.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44256
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65553
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44268
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65553
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-11-15 15:18:50 UTC (rev 23752)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-11-15 15:51:38 UTC (rev 23753)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 3; 1390 bytes
@@ -31353,12 +31353,25 @@
</itemizedlist>
<para>
- Due to these changes, the server requires that the new grant
+ <indexterm>
+
+ <primary>Table 'mysql.proxies_priv' doesn't exist</primary>
+
+ </indexterm>
+ Due to these changes, the server requires that a new grant
table, <literal>proxies_priv</literal>, be present in the
<literal>mysql</literal> database. If you are upgrading from a
previous MySQL release rather than performing a new
- installation, the server will exit during startup after finding
- that this table is missing. To create the table, start the
+ installation, the server will find that this table is missing
+ and exit during startup with the following message:
+ </para>
+
+<programlisting>
+Table 'mysql.proxies_priv' doesn't exist
+</programlisting>
+
+ <para>
+ To create the <literal>proxies_priv</literal> table, start the
server with the
<option role="mysqld">--skip-grant-tables</option> option to
cause it to skip the normal grant table checks, then run
Modified: trunk/refman-5.5/installing-updowngrade.xml
===================================================================
--- trunk/refman-5.5/installing-updowngrade.xml 2010-11-15 15:18:50 UTC (rev 23752)
+++ trunk/refman-5.5/installing-updowngrade.xml 2010-11-15 15:51:38 UTC (rev 23753)
Changed blocks: 2, Lines Added: 30, Lines Deleted: 6; 2798 bytes
@@ -464,14 +464,26 @@
<listitem>
<para>
+ <indexterm>
+ <primary>Table 'mysql.proxies_priv' doesn't exist</primary>
+ </indexterm>
+
<emphasis role="bold">Incompatible change:</emphasis> As of
MySQL 5.5.7, the server requires that a new grant table,
<literal>proxies_priv</literal>, be present in the
<literal>mysql</literal> database. If you are upgrading from
a previous MySQL release rather than performing a new
- installation, the server will exit during startup after
- finding that this table is missing. To create the table,
- start the server with the
+ installation, the server will find that this table is
+ missing and exit during startup with the following message:
+ </para>
+
+<programlisting>
+Table 'mysql.proxies_priv' doesn't exist
+</programlisting>
+
+ <para>
+ To create the <literal>proxies_priv</literal> table, start
+ the server with the
<option role="mysqld">--skip-grant-tables</option> option to
cause it to skip the normal grant table checks, then run
<command>mysql_upgrade</command>. For example:
@@ -1277,14 +1289,26 @@
<listitem>
<para>
+ <indexterm>
+ <primary>Table 'mysql.proxies_priv' doesn't exist</primary>
+ </indexterm>
+
<emphasis role="bold">Incompatible change:</emphasis> As of
MySQL 5.5.7, the server requires that a new grant table,
<literal>proxies_priv</literal>, be present in the
<literal>mysql</literal> database. If you are upgrading from
a previous MySQL release rather than performing a new
- installation, the server will exit during startup after
- finding that this table is missing. To create the table,
- start the server with the
+ installation, the server will find that this table is
+ missing and exit during startup with the following message:
+ </para>
+
+<programlisting>
+Table 'mysql.proxies_priv' doesn't exist
+</programlisting>
+
+ <para>
+ To create the <literal>proxies_priv</literal> table, start
+ the server with the
<option role="mysqld">--skip-grant-tables</option> option to
cause it to skip the normal grant table checks, then run
<command>mysql_upgrade</command>. For example:
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23753 - in trunk: . dynamic-docs/changelog refman-5.5 | paul.dubois | 15 Nov |