mysql - 增加 Windows Azure 网站上 ClearDB MySQL 的 max_user_connections

标签 mysql azure

目前,使用 ClearDBMySQL 数据库的 Windows Azure 网站max_user_connections 限制似乎为 4 .这看起来很傻。您可以扩展大型服务器的多个实例(4核、7GB内存),但这有什么意义呢?如果将 max_user_connections 设置为可怜的值 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/

相关文章:

mysql - 如何在 Cakephp 中使用 count、sum 和 group by 从数据库获取数据?

azure - Ubuntu Server 22_04-lts-gen2 中的 gen2 是什么意思?

azure - OrchestrationTrigger持久功能: input and execution time with await with Azure Function App Consumption

MySQL 语法不选择列中的 '_' 数据

mysql - RDS 实例上的慢 Mysql 存储过程

php - 奇怪的 Laravel 5 缓存使用错误的数据库名称

php - 解码图像base64 codeigniter并将其保存到文件和数据库中

azure - 直接从 Azure Blob 存储提供私有(private)文件

c# - JsonConverter 和 EntityData

c# - 从 C# Azure Function Apps 调用 PowerShell