Skip to content

Commit 1a1aa33

Browse files
committed
Actually update the max_packet size
This was tried with e596a3b but did still fail.
1 parent f6315a4 commit 1a1aa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mysql_root "show databases"
6464
mysql_root "SELECT CURRENT_USER();"
6565
mysql_root "SELECT USER();"
6666
mysql_root "SELECT user,host FROM mysql.user"
67-
mysql_root "SET max_allowed_packet=1073741824"
67+
mysql_root "SET GLOBAL max_allowed_packet=1073741824"
6868
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
6969
mysql_user "SELECT CURRENT_USER();"
7070
mysql_user "SELECT USER();"

0 commit comments

Comments
 (0)