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_9_3~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a9e8b2312bb99c6f310880cb165deba7cad64c4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this seems to be the best string for pymysql --- diff --git a/setup.cfg b/setup.cfg index 60236bdebd..0748bf56c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,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