Opened 15 years ago
Closed 15 years ago
#315 closed バグ(bug) (修正済み)
mySQL接続上限警告 対策
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.3.0(Purple Haze) |
Component: | 一般 | Version: | |
Severity: | 普通 | Keywords: | |
Cc: |
Description
Warning: mysql_connect() [function.mysql-connect]: User hoge already has more than 'max_user_connections' active connections in /foo/modules/xpress/class/config_from_xoops.class.php on line 364
環境により下記のような警告が発生
Warning: mysql_connect() [function.mysql-connect]: User hoge already has more than 'max_user_connections' active connections in /foo/modules/xpress/class/config_from_xoops.class.php on line 325
Warning: mysql_connect() [function.mysql-connect]: User hoge already has more than 'max_user_connections' active connections in /foo/modules/xpress/class/config_from_xoops.class.php on line 345
Fatal error: Unable to connect to database in /foo/class/database/databasefactory.php on line 34
Change History (1)
comment:1 Changed 15 years ago by toemon
- Resolution set to 修正済み
- Status changed from new to closed
r551 にて修正完了