Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
e6e0a10a by Mark Sapiro at 2020-12-09T20:21:23-08:00
Recommend charset=utf8mb4 for MySQL.

- - - - -
99942b84 by Mark Sapiro at 2020-12-10T04:43:14+00:00
Merge branch 'doc' into 'master'

Recommend charset=utf8mb4 for MySQL.

See merge request mailman/mailman!744
- - - - -


1 changed file:

- src/mailman/docs/database.rst


Changes:

=====================================
src/mailman/docs/database.rst
=====================================
@@ -78,7 +78,7 @@ You would then need to set both the `class` and `url` 
variables in
 
     [database]
     class: mailman.database.mysql.MySQLDatabase
-    url: 
mysql+pymysql://myuser:mypassword@mymysqlhost/mailman?charset=utf8&use_unicode=1
+    url: 
mysql+pymysql://myuser:mypassword@mymysqlhost/mailman?charset=utf8mb4&use_unicode=1
 
 The last part of the url specifies the charset that client expects from the
 server and to use Unicode via the flag `use_unicode`.  You can find more about



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/b100cd2be28ad55fe1ad7d9d12775a0ad4a3b4e9...99942b84d54d467324ad1409eeb9b665b772869c

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/b100cd2be28ad55fe1ad7d9d12775a0ad4a3b4e9...99942b84d54d467324ad1409eeb9b665b772869c
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to