mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Merge pull request #2862 from Gared/set_mysql_connection_charset
set charset for mysql connection in settings.json
This commit is contained in:
commit
5f5d8cada8
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@
|
||||||
"user" : "root",
|
"user" : "root",
|
||||||
"host" : "localhost",
|
"host" : "localhost",
|
||||||
"password": "",
|
"password": "",
|
||||||
"database": "store"
|
"database": "store",
|
||||||
|
"charset" : "utf8mb4"
|
||||||
},
|
},
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue