Commit 5433fc02 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Clarified escape of & in MySQL.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9349 b35dd754-fafc-0310-a699-88a17e54d16e
parent cdcd1251
...@@ -100,8 +100,11 @@ Choose your database from the list below for setup details: ...@@ -100,8 +100,11 @@ Choose your database from the list below for setup details:
in non-Western languages difficult. However, the MySQL JDBC driver has a workaround in non-Western languages difficult. However, the MySQL JDBC driver has a workaround
which can be enabled by adding <tt>?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8</tt> which can be enabled by adding <tt>?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8</tt>
to the URL of the JDBC driver. You can edit the conf/openfire.xml file to add this value. to the URL of the JDBC driver. You can edit the conf/openfire.xml file to add this value.
<p>Note: If the mechanism you use to configure a JDBC URL is XML-based, you will need to use the XML character
literal &amp;amp; to separate configuration parameters, as the ampersand is a reserved character for XML.</p>
<p><b>Further Help</b><p> <p><b>Further Help</b><p>
If you need help setting up MySQL, refer to the If you need help setting up MySQL, refer to the
following sites:<p> following sites:<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment