Skip to content

Commit 19ee47b

Browse files
authored
Merge pull request #1955 from dbcli/RW/default-character-set-section-readme
Show section when recommending setting for `default_character_set`
2 parents 134d826 + 8029f11 commit 19ee47b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Mycli is tested on macOS and Linux, and requires Python 3.10 or better.
153153
To connect to MySQL versions earlier than 5.5, you may need to set the following in `~/.myclirc`:
154154

155155
```
156+
[connection]
156157
# character set for connections without --charset being set at the CLI
157158
default_character_set = utf8
158159
```

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Breaking Changes
1111
* Remove support for `my.cnf` vendor MySQL option files.
1212

1313

14+
Documentation
15+
---------
16+
* Show section when recommending `default_character_set` setting.
17+
18+
1419
Internal
1520
---------
1621
* Improve test coverage for DSN variable expansion.

0 commit comments

Comments
 (0)