Skip to content

Commit 3a7da88

Browse files
committed
Merge pull request #332 from MartinThoma/master
Set the 'charset' in the example for starting a connection
2 parents 97f8dfd + 4e3922d commit 3a7da88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ The following examples make use of a simple table
9797
user='user',
9898
passwd='passwd',
9999
db='db',
100+
charset='utf8mb4',
100101
cursorclass=pymysql.cursors.DictCursor)
101102
102103
try:

0 commit comments

Comments
 (0)