mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-04-26 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Collations=' directive to the [mySQL] section of rd.conf(5). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<refentry id="stdin" xmlns="http://docbook.org/ns/docbook" version="5.0">
|
||||
<refentry id="stdin" xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!--
|
||||
Header
|
||||
-->
|
||||
@@ -299,6 +299,33 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<userinput>Collation = <replaceable>type</replaceable></userinput>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The collation type that will be used when creating new
|
||||
tables in the database. Consult the database server
|
||||
documentation for the list of supported types.
|
||||
|
||||
</para>
|
||||
<para>
|
||||
Collations control how text is sorted and matched
|
||||
by the database engine. Versions of MySQL earlier than v8.0
|
||||
should use <userinput>utf8mb4_general_ci</userinput>, while
|
||||
those using v8.0 or later may find it beneficial to switch to
|
||||
<userinput>utf8mb4_0900_ai_ci</userinput>, which provides
|
||||
support for more up-to-date Unicode standards. For more
|
||||
information, see:
|
||||
<link xlink:href="https://www.monolune.com/what-is-the-utf8mb4_0900_ai_ci-collation/">https://www.monolune.com/what-is-the-utf8mb4_0900_ai_ci-collation/</link>
|
||||
</para>
|
||||
<para>
|
||||
Default
|
||||
value is <userinput>utf8mb4_general_ci</userinput>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user