docs(mysql): add missing mysql credential options (#11813)

This commit is contained in:
Giorgio Boa 2025-11-30 20:35:23 +01:00 committed by GitHub
parent 55cd8e2b08
commit 61f9e0d085
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,10 @@ See [Data Source Options](../data-source/2-data-source-options.md) for the commo
- `database` - Database name.
- `socketPath` - Database socket path.
- `poolSize` - Maximum number of clients the pool should contain for each connection.
- `charset` and `collation` - The charset/collation for the connection. If an SQL-level charset is specified (like utf8mb4) then the default collation for that charset is used.
- `timezone` - the timezone configured on the MySQL server. This is used to typecast server date/time