root/galaxy-central/scripts/scramble/patches/MySQL_python/site.cfg @ 2

リビジョン 2, 0.6 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
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
6embedded = False
7threadsafe = True
8static = True
9
10# The path to mysql_config.
11# Only use this if mysql_config is not on your PATH, or you have some weird
12# setup that requires it.
13mysql_config = mysql/bin/mysql_config
14
15# The Windows registry key for MySQL.
16# This has to be set for Windows builds to work.
17# Only change this if you have a different version.
18registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。