【发布时间】:2014-11-06 04:36:20
【问题描述】:
我在 Google Cloud SQL 和 Google Cloud 上设置了 wordpress。 我只有 2 个最小插件设置 Gapps 引擎和 Batchache 管理器 没有帖子,没有其他插件。 我没有访客或追随者。
我的问题是我仍然与 Google Coud SQL 保持有效连接,每小时收费 0.025。
我有 1 个连接始终保持打开状态。 我想在不使用时关闭此连接。
这些是我的完整进程列表
+----+------+---------------+------+---------+------+
| Id | User | Host | db | Command | Time | State | Info |1
| 12 | root | 27.32.---.--- | NULL | Query | 0 | NULL | show full processl ist
| +----+------+---------------+------+---------+------+-------+------------------- ----+ 1 row in set (0.33 sec) –
【问题讨论】:
-
Google Developers' Console -> Cloud SQL -> your instance -> Edit Activation Policy -> "On Demand" 实例将打开以处理传入连接,并在几分钟不活动后关闭.
标签: wordpress google-app-engine google-cloud-sql