Skip to content

Commit

Permalink
sql: Clarify default character-set is utf8 (#609)
Browse files Browse the repository at this point in the history
* Clarified default characterset.

* latin1 keyword as code
  • Loading branch information
morgo authored and QueenyJin committed Sep 10, 2018
1 parent 43b21c2 commit d2229f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/character-set-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ category: user guide

# Character Set Configuration

Currently, TiDB does not support configuring the character set. The default character set is `utf8mb4`.
Currently, TiDB only supports the `utf8` character set, which is the equivalent to `utf8mb4` in MySQL. Since MySQL 5.7 defaults to `latin1`, this difference is documented under [default differences](mysql-compatibility.md#default-differences) between TiDB and MySQL.

For more information, see [Character Set Configuration in MySQL](https://dev.mysql.com/doc/refman/5.7/en/charset-configuration.html).
For more information, see [Character Set Configuration in MySQL](https://dev.mysql.com/doc/refman/5.7/en/charset-configuration.html).

0 comments on commit d2229f3

Please sign in to comment.