Skip to content

Commit

Permalink
Increase max db connections
Browse files Browse the repository at this point in the history
Avoids portal 500 problems like

MediaWiki internal error.

Original exception: [80160ebca09a7da5d38eebd3] / Wikimedia\Rdbms\DBConnectionError: Cannot access the database: Too many connections (mysql.svc:3306)
Backtrace:
  • Loading branch information
physikerwelt authored Jan 9, 2024
1 parent 9eba072 commit c83398b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ innodb_log_file_size=32M
log-bin
sync_binlog=1
server_id=1001
log-basename=mardb
log-basename=mardb
max_connections=1000

0 comments on commit c83398b

Please sign in to comment.