我正在尝试在 cloudcontrol 上部署一个带有 Mysql 数据库的 Play 1 应用程序(它就像 Heroku)。我总是得到错误:
User 'xy' has exceeded the 'max_user_connections' resource (current value: 2)
我已将连接设置为 1 application.conf
:
db.pool.minSize=1
db.pool.maxSize=1
但这没有用。
对于游戏 2,我只找到了一个解决方案:playframework 2.0 - 在数据库演化中超过了 max_user_connections?