Skip to content

Commit

Permalink
Debug further
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 4, 2024
1 parent b9bdc14 commit bda86b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mysql_root "SELECT CURRENT_USER();"
mysql_root "SELECT USER();"
mysql_root "SELECT user,host FROM mysql.user"
mysql_root "SHOW VARIABLES LIKE '%_timeout'"
mysql_root "SHOW GLOBAL STATUS LIKE 'Connection_errors_%'"
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
mysql_user "SELECT CURRENT_USER();"
mysql_user "SELECT USER();"
Expand Down

0 comments on commit bda86b2

Please sign in to comment.