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
|
@ -47,7 +47,8 @@
|
|||
"user" : "root",
|
||||
"host" : "localhost",
|
||||
"password": "",
|
||||
"database": "store"
|
||||
"database": "store",
|
||||
"charset" : "utf8mb4"
|
||||
},
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue