diff options
| author | Abhilash Raj | 2016-10-20 20:48:47 -0700 |
|---|---|---|
| committer | GitLab | 2016-10-21 20:56:16 +0000 |
| commit | 3cf613f56e44bed4bc45f533e6f6263288e66460 (patch) | |
| tree | 572a108c959f7150070dd35eaba8f76141d82bde | |
| parent | f036d465725204a294a6e2f582750aaab875eb18 (diff) | |
| download | mailman-3cf613f56e44bed4bc45f533e6f6263288e66460.tar.gz mailman-3cf613f56e44bed4bc45f533e6f6263288e66460.tar.zst mailman-3cf613f56e44bed4bc45f533e6f6263288e66460.zip | |
| -rw-r--r-- | src/mailman/docs/DATABASE.rst | 6 |
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 |
