- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在寻找关于如何配置我的 play 2.0 应用程序以在数据库演化和运行时不使用那么多数据库连接的任何见解。我在小组和 IRC 中问过这个问题,但没有成功。
我在 heroku 中使用 cleardb ignite 实例 (max_user_connections = 10)...
基本上,当我尝试在我的 play 2.0 应用程序上运行数据库演变时,我得到:
! @6a2mjd7kg - Internal server error, for request [GET /] ->
play.api.db.evolutions.InvalidDatabaseRevision: Database 'default' needs evolution! [An SQL script need to be run on your database.]
at play.api.db.evolutions.EvolutionsPlugin$$anonfun$onStart$1.apply(Evolutions.scala:424) ~[play_2.9.1.jar:2.0]
at play.api.db.evolutions.EvolutionsPlugin$$anonfun$onStart$1.apply(Evolutions.scala:410) ~[play_2.9.1.jar:2.0]
at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59) ~[scala-library.jar:0.11.2]
at scala.collection.immutable.List.foreach(List.scala:45) ~[scala-library.jar:0.11.2]
at play.api.db.evolutions.EvolutionsPlugin.onStart(Evolutions.scala:410) ~[play_2.9.1.jar:2.0]
at play.api.Play$$anonfun$start$1.apply(Play.scala:60) ~[play_2.9.1.jar:2.0]
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 10. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 9. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 8. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 7. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 6. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 5. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 4. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 3. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 2. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 1. Exception: null
[error] application -
! Internal server error, for request [GET /@evolutions/apply/default?redirect=http%3A%2F%2Flocalhost%3A9000%2F] ->
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: User '52841e548f150d' has exceeded the 'max_user_connections' resource (current value: 10)
at sun.reflect.GeneratedConstructorAccessor26.newInstance(Unknown Source) ~[na:na]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl. java:27) ~[na:1.6.0_29]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513) ~[na:1.6.0_29]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connector-java- 5.1.18.jar:na]
at com.mysql.jdbc.Util.getInstance(Util.java:386) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[mysql-connector-java-5.1.18.jar:na]
然后我也经常会得到通常的“超过 max_user_connections”,这种情况在不进行进化时也经常发生。
我也可以得到这个错误信息:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: User '52841e548f150d' has exceeded the 'max_user_connections' resource (current value: 10)
at sun.reflect.GeneratedConstructorAccessor19.newInstance(Unknown Source) ~[na:na]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) ~[na:1.6.0_29]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513) ~[na:1.6.0_29]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.Util.getInstance(Util.java:386) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[mysql-connector-java-5.1.18.jar:na]
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 10. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 9. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 8. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 7. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 6. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 5. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 4. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 3. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 2. Exception: null
[error] c.j.b.h.AbstractConnectionHook - Failed to acquire connection Sleeping for 1000ms and trying again. Attempts left: 1. Exception: null
[error] application -
我的 application.conf 看起来像这样,我尝试了很多变体...
db.default=mysql
db.default.driver=com.mysql.jdbc.Driver
db.default.url="mysql://usr:pass@db_url.com/db_name"
db.default.minSize=1
db.default.maxSize=2
此时任何指导、建议、链接都将非常有帮助...
最佳答案
更新的答案。
这是一个只使用 5 个连接的配置。
db.default.partitionCount=1
db.default.maxConnectionsPerPartition=5
db.default.minConnectionsPerPartition=5
# 连接数将为 partitionCount x ConnectionsPerPartition
关于mysql - playframework 2.0 - 超过 max_user_connections 数据库演变?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10111885/
我的数据库出现问题,我将 max_user_connections 设置为 800,但问题仍然存在,“用户 root 已经拥有超过 'max_user_connections' 事件连接” 我想知道是
每隔一两个月就会有一群机器人访问我的网站并以如此快的速度打开连接,以至于达到我当前的 max_user_connection 值 25(将其增加到 75)。目前,我重新启动服务器,它再次正常工作,直到
我们有一个运行良好的 MySQL,每秒约有 1800 个查询。我们的 max_user_connections 目前是 350,我们只有在部署一些实验时才会达到它。 不过,如果我们将其设置为 600
有时我会遇到错误,即已达到 max_user_connections。我的托管公司不想进一步增加它。 如果我创建一个额外的用户,并且 50% 的时间连接到该用户而不是原始用户,那么实际上我的最大用户连
我无法访问我的数据库。我收到以下错误: User 'myuser' has exceeded the 'max_user_connections' resource (current value:
我网站上的某些页面是通过大量 ajax 调用填充的,通常有 20 多个 ajax 调用异步运行。我遇到的问题是每次调用都会创建一个新的 mysql_connection,导致我收到“max_user_
我有一个返回以下错误的项目 User already has more than 'max_user_connections' active connections 我知道这是一个MySQL错误,我可
最近进行一些更改后,站点开始显示 max_user_connections 错误,这可能表明对 MySQL 数据库的并发连接尝试过多。 我注意到最初的程序员实现了一个“DB”类来管理数据库连接,并且似
我有一个 MySQL/PHP 网站。有时,我无法连接,因为 Warning: mysql_connect() [function.mysql-connect]: User foo has alread
所以我的网站目前正在爆炸式增长。在我的 header.php 中(只有登录用户才有)检查是否有 mysql_error。如果找到,它会破坏 session 并输出: 抱歉,出了点问题 [mysql_错
不幸的是,我在 MySQL 中遇到了“max_user_connections”问题。我正在使用共享主机,因此“max_user_connections”值设置为 8,当我使用 WAMP 在我的本地主
我正在通过 laravel 实现一个网站。有一个问题,有时它会显示一些错误 already has more than 'max_user_connections' active connection
我正在使用名为 getfreehosting.co.uk 的免费网络托管服务。 max_user_connections 是 5。每次我的页面加载时,它做的第一件事就是调用一个 load.php 从我
我有 db 几乎所有类都扩展的类: class db { protected $db; public function __construct() { $this->c
我有一个 MySQL、Express、Angular、NodeJS 应用程序,有时当我登录时,我的 Node 控制台出现以下错误: TypeError: Cannot read property 'q
在大学里,我的练习是用 Java 开发多人游戏。客户端之间的通信不应使用套接字等进行处理,而是借助客户端在游戏中添加步骤的 MySQL 数据库。因为是骰子游戏,所以不需要很多查询。 (每个游戏 ses
我有一个托管在 Hostinger 网络主机上的 Bootstrap 系统。 我登录的程序是高级帐户。 今天我们尝试并行使用 20 个用户,突然间,所有用户都收到错误消息: User 'u526475
我正在使用下面的数据源配置设置,但一段时间后,我收到“用户'用户名'已超出'max_user_connections'资源(当前值:10)”。 maxIdle 连接设置为 1 但我们仍然收到此错误。有
我有一个适用于 Android、Windows Phone 和 iOS 应用程序的 PHP REST API。 API 的响应始终是 JSON。我们使用 DataBase 类来管理 PDO 连接和 C
这是mysql错误:连接失败:用户“db2498”已超过“max_user_connections”资源(当前值:200)。 我设置了my.cnf: [mysqld] max_connections
我是一名优秀的程序员,十分优秀!