目前, Windows Azure 网站 和来自 ClearDB MySQL 数据库似乎有 4 个 max_user_connections 限制。这看起来很愚蠢。您可以扩展 大型 服务器(4 核,7GB 内存)的多个实例,但有什么意义呢?如果将 设置为 4 的可怜值,则您的瓶颈几乎总是 max_user_connections 。这可以改变吗?

最佳答案

我没有使用 Azure 和 cleardb,但是当我查看 cleardb 网站时,我看到最多 4 个用户处于免费计划中。也许你需要一个更高的计划?

https://www.cleardb.com/store/azure

mercury plan: Connections up to 4 (free)
venus plan: Connections up to 15
saturn plan: Connections up to 30
jupiter plan: Connections up to 40

关于mysql - 在 Windows Azure 网站上增加 ClearDB MySQL 的 max_user_connections,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13077465/

10-10 09:37