summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/docs/DATABASE.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/docs/DATABASE.rst b/src/mailman/docs/DATABASE.rst
index cc7d09eb9..c85731fb3 100644
--- a/src/mailman/docs/DATABASE.rst
+++ b/src/mailman/docs/DATABASE.rst
@@ -71,12 +71,6 @@ database in MySQL via::
mysql> CREATE DATABASE mailman;
-In some cases, our test suite requires the default collation of the database
-to be set to `utf8_unicode_ci`. You can change it via the MySQL command line
-like this::
-
- mysql> ALTER DATABASE mailman DEFAULT COLLATE utf8_unicode_ci;
-
You would also need the Python driver `pymysql` for MySQL.::
$ pip install pymysql