Merge pull request #2862 from Gared/set_mysql_connection_charset
set charset for mysql connection in settings.jsonpull/2912/head
commit
5f5d8cada8
|
@ -47,7 +47,8 @@
|
||||||
"user" : "root",
|
"user" : "root",
|
||||||
"host" : "localhost",
|
"host" : "localhost",
|
||||||
"password": "",
|
"password": "",
|
||||||
"database": "store"
|
"database": "store",
|
||||||
|
"charset" : "utf8mb4"
|
||||||
},
|
},
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue