From b77f958b8b15f1b89bc66bf0cba490a129575447 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 3 Feb 2014 12:11:23 -0500 Subject: [PATCH] - this seems to be the best string for pymysql --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 102be891ba..e96621fadb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ mysql_jython=mysql+zxjdbc://scott:tiger@127.0.0.1:5432/test mysql=mysql://scott:tiger@127.0.0.1:3306/test mssql=mssql+pyodbc://scott:tiger@ms_2005 oursql=mysql+oursql://scott:tiger@127.0.0.1:3306/test -pymysql=mysql+pymysql://scott:tiger@127.0.0.1:3306/test +pymysql=mysql+pymysql://scott:tiger@127.0.0.1:3306/test?charset=utf8 oracle=oracle://scott:tiger@127.0.0.1:1521 oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0 maxdb=maxdb://MONA:RED@/maxdb1 -- 2.47.3