Author: pd221994
Date: 2011-05-13 18:12:35 +0200 (Fri, 13 May 2011)
New Revision: 26217
Log:
r47969@dhcp-adc-twvpn-1-vpnpool-10-154-19-43: paul | 2011-05-13 11:02:48 -0500
Suggest using the UUID() function to generate GUIDs
Modified:
svk:merge
trunk/workbench/dbdoc-templates.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/workbench/dbdoc-templates.xml
===================================================================
--- trunk/workbench/dbdoc-templates.xml 2011-05-13 16:12:28 UTC (rev 26216)
+++ trunk/workbench/dbdoc-templates.xml 2011-05-13 16:12:35 UTC (rev 26217)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 2; 1179 bytes
@@ -985,9 +985,23 @@
<para>
Generate two new GUIDS. This can be done using any suitable
command-line tool. There are also free online tools that can
- be used to generate GUIDs. The <filename>info.xml</filename>
- file should then be edited accordingly.
+ be used to generate GUIDs. Another way to generate GUIDs is by
+ using the MySQL <literal>UUID()</literal> function:
</para>
+
+<programlisting>
+mysql> <userinput>SELECT UUID();</userinput>
++--------------------------------------+
+| UUID() |
++--------------------------------------+
+| 648f4240-7d7a-11e0-870b-89c43de3bd0a |
++--------------------------------------+
+</programlisting>
+
+ <para>
+ Once you have the new GUID values, edit the
+ <filename>info.xml</filename> file accordingly.
+ </para>
</listitem>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26217 - in trunk: . workbench | paul.dubois | 13 May |