From 00e1236242b63b4783b4d5064f6fbc73b6c04c0f Mon Sep 17 00:00:00 2001 From: Moritz Schubotz Date: Sun, 28 Jan 2024 10:23:06 +0100 Subject: [PATCH] Increase mysql max_allowed_package The maintenance script nukeNS gets rid of all unnecessary text blobs after deleting the pages. The implementation requires a larger package size as we currently run into https://www.mediawiki.org/wiki/Topic:Wtok4l6ov3jh0dc7 --- my.cnf | 1 + 1 file changed, 1 insertion(+) diff --git a/my.cnf b/my.cnf index 2627121..230986c 100644 --- a/my.cnf +++ b/my.cnf @@ -11,3 +11,4 @@ sync_binlog=1 server_id=1001 log-basename=mardb max_connections=1000 +max_allowed_packet=100M