---
id: 8
name: 'charset'
---
The charset for the connection. This is called "collation" in the SQL-level of MySQL (like `utf8_general_ci`).
If a SQL-level charset is specified (like `utf8mb4`) then the default collation for that charset is used.
(Default: `'UTF8_GENERAL_CI'`)