site.cfg 592 B

123456789101112131415161718
  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. # The Windows registry key for MySQL.
  13. # This has to be set for Windows builds to work.
  14. # Only change this if you have a different version.
  15. registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0