mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
set charset for mysql connection in settings.json
This commit is contained in:
parent
b519f9f156
commit
8bf53c63cc
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