We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8cc1e commit 5d49dfeCopy full SHA for 5d49dfe
.github/jobs/baseinstall.sh
@@ -65,6 +65,8 @@ mysql_root "SELECT CURRENT_USER();"
65
mysql_root "SELECT USER();"
66
mysql_root "SELECT user,host FROM mysql.user"
67
mysql_root "SET GLOBAL max_allowed_packet=1073741824"
68
+mysql_root "SHOW GLOBAL STATUS LIKE 'Connection_errors_%'"
69
+mysql_root "SHOW VARIABLES LIKE '%_timeout'"
70
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
71
mysql_user "SELECT CURRENT_USER();"
72
mysql_user "SELECT USER();"
0 commit comments