Abhilash Raj pushed to branch master at mailman / Mailman

Commits:
3cf613f5 by Abhilash Raj at 2016-10-21T20:56:16+00:00
MySQL doesn't need collate set explicitly.

- - - - -


1 changed file:

- src/mailman/docs/DATABASE.rst


Changes:

=====================================
src/mailman/docs/DATABASE.rst
=====================================
--- 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



View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/3cf613f56e44bed4bc45f533e6f6263288e66460
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to