Author: mhillyer
Date: 2006-03-28 04:15:05 +0200 (Tue, 28 Mar 2006)
New Revision: 1691
Log:
Documenting need to restart IM after password changes.
Modified:
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
trunk/sample-data/sakila/sakila-data.sql
trunk/sample-data/sakila/sakila-schema.sql
trunk/sample-data/sakila/sakila.xml
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-03-27 23:39:13 UTC (rev 1690)
+++ trunk/refman-5.0/database-administration.xml 2006-03-28 02:15:05 UTC (rev 1691)
@@ -12458,6 +12458,13 @@
mike:*00A51F3F48415C7D4E8908980D443C29C69B60C9
</programlisting>
+ <note>
+ <para>
+ The Instance Manager must be restarted after
+ adding/changing passwords.
+ </para>
+ </note>
+
</refsection>
<refsection id="instance-manager-security-monitoring">
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-03-27 23:39:13 UTC (rev 1690)
+++ trunk/refman-5.1/database-administration.xml 2006-03-28 02:15:05 UTC (rev 1691)
@@ -12355,6 +12355,13 @@
mike:*00A51F3F48415C7D4E8908980D443C29C69B60C9
</programlisting>
+ <note>
+ <para>
+ The Instance Manager must be restarted after
+ adding/changing passwords.
+ </para>
+ </note>
+
</refsection>
<refsection id="instance-manager-security-monitoring">
Modified: trunk/sample-data/sakila/sakila-data.sql
===================================================================
--- trunk/sample-data/sakila/sakila-data.sql 2006-03-27 23:39:13 UTC (rev 1690)
+++ trunk/sample-data/sakila/sakila-data.sql 2006-03-28 02:15:05 UTC (rev 1691)
@@ -1,5 +1,5 @@
-- Sakila Sample Database Data
--- Version 0.6
+-- Version 0.7
-- Copyright 2006 MySQL AB
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
Modified: trunk/sample-data/sakila/sakila-schema.sql
===================================================================
--- trunk/sample-data/sakila/sakila-schema.sql 2006-03-27 23:39:13 UTC (rev 1690)
+++ trunk/sample-data/sakila/sakila-schema.sql 2006-03-28 02:15:05 UTC (rev 1691)
@@ -1,5 +1,5 @@
-- Sakila Sample Database Schema
--- Version 0.6
+-- Version 0.7
-- Copyright 2006 MySQL AB
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
@@ -369,7 +369,7 @@
INNER JOIN address AS a ON s.address_id = a.address_id
INNER JOIN city AS c ON a.city_id = c.city_id
INNER JOIN country AS cy ON c.country_id = cy.country_id
-INNER JOIN staff AS m ON s.manager_staff_id = m.mager_staff_id
+INNER JOIN staff AS m ON s.manager_staff_id = m.staff_id
GROUP BY s.store_id
ORDER BY cy.country, c.city;
Modified: trunk/sample-data/sakila/sakila.xml
===================================================================
--- trunk/sample-data/sakila/sakila.xml 2006-03-27 23:39:13 UTC (rev 1690)
+++ trunk/sample-data/sakila/sakila.xml 2006-03-28 02:15:05 UTC (rev 1691)
@@ -1940,7 +1940,7 @@
</para>
<para>
- The actual implementation of these steps is left to the reader.
+ TODO: Fill in Implementation.
</para>
<bridgehead>Rent a DVD</bridgehead>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1691 - in trunk: refman-5.0 refman-5.1 sample-data/sakila | mhillyer | 28 Mar |