gpt4 book ai didi

python - 在安装 Trac 之前验证 MySQLdb (Python) 的线程安全性

转载 作者:行者123 更新时间:2023-11-29 07:56:39 24 4
gpt4 key购买 nike

我第一次尝试手动安装 Trac。我不想使用像 Bitmani 这样的一键安装程序,我想学习如何手动安装 Trac,所以我仔细按照说明进行操作。我现在将其安装在 Windows 本地主机中,然后再将其安装在 Linux 环境中。

当我仔细按照说明进行操作时,我需要安装 Python+MySQLDb,我读了以下内容:

thread-safety is important(...) verify that it is thread-safe by calling MySQLdb.thread_safe() from a standalone Python script (i.e., not under Apache). If the stand-alone test reports that MySQLdb is indeed thread-safe (...)

我刚刚安装了MySQLDb 1.2.4我想验证一下。我用谷歌搜索过,但没有找到关于这个的例子,而且我对Python一无所知。如何验证我是否进行了线程安全安装?

最佳答案

运行此命令。如果输出中得到 1,则您的安装是线程安全的。

python -c "import MySQLdb ; print MySQLdb.thread_safe()"

关于python - 在安装 Trac 之前验证 MySQLdb (Python) 的线程安全性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24965403/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com