Locale 是软件在运行时的语言环境, 它包括语言(Language), 地域 (Territory) 和字符集(Codeset)。一个locale的书写格式为: 语言[_地域[.
基于20个网页-相关网页
Note the specification of UTF-8 as the codeset for the database.
注意,该语句指定 UTF-8 作为这个数据库的编码集。
You can also explicitly specify the code page in the CREATE DATABASE statement with the USING CODESET clause.
还可以在CREATE database语句中使用USING codeset子句显式地指定编码页。
Please note the database must be explicitly created with codeset UTF-8. The following command is used to create a UTF-8 database called mycat
请注意,必须显式地用 UTF-8 字符集创建数据库。
应用推荐