Mercurial > p > mysql-python > mysqldb-2
view site.cfg @ 23:1c0ff5eb071b MySQLdb
Get rid of 2.6 deprecation warnings on Exception style, and cleanly detect the
python version from sys.hexversion .
https://sourceforge.net/tracker/index.php?func=detail&aid=2122496&group_id=22307&atid=374932
author | kylev |
---|---|
date | Fri, 06 Feb 2009 08:21:03 +0000 |
parents | 0e37ee00beb7 |
children |
line wrap: on
line source
[options] # embedded: link against the embedded server library # threadsafe: use the threadsafe client # static: link against a static library (probably required for embedded) embedded = False threadsafe = True static = False # The path to mysql_config. # Only use this if mysql_config is not on your PATH, or you have some weird # setup that requires it. #mysql_config = /usr/local/bin/mysql_config # The Windows registry key for MySQL. # This has to be set for Windows buildsto work. # Only change this if you have a different version. registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0