From: Mike Bayer Date: Mon, 3 Feb 2014 17:11:23 +0000 (-0500) Subject: - this seems to be the best string for pymysql X-Git-Tag: rel_0_8_5~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77f958b8b15f1b89bc66bf0cba490a129575447;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this seems to be the best string for pymysql --- 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