site.cfg 665 B

1234567891011121314151617
  1. [options]
  2. # embedded: link against the embedded server library
  3. # threadsafe: use the threadsafe client
  4. # static: link against a static library (probably required for embedded)
  5. embedded = False
  6. threadsafe = True
  7. static = False
  8. # The path to mysql_config.
  9. # Only use this if mysql_config is not on your PATH, or you have some weird
  10. # setup that requires it.
  11. #mysql_config = /usr/local/bin/mysql_config
  12. # http://stackoverflow.com/questions/1972259/mysql-python-install-problem-using-virtualenv-windows-pip
  13. # Windows connector libs for MySQL. You need a 32-bit connector for your 32-bit Python build.
  14. connector = C:\Program Files (x86)\MySQL\MySQL Connector C 6.0.2