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",
|
||||
"host" : "localhost",
|
||||
"password": "",
|
||||
"database": "store"
|
||||
"database": "store",
|
||||
"charset" : "utf8mb4"
|
||||
},
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue