site.cfg
来自「python联接mysql驱动 python联接mysql驱动」· CFG 代码 · 共 19 行
CFG
19 行
[options]# embedded: link against the embedded server library# threadsafe: use the threadsafe client# static: link against a static library (probably required for embedded)embedded = Falsethreadsafe = Truestatic = 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 builds to work.# Only change this if you have a different version.registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?