otwarchive-sunsetarchive/script/gh-actions/configure_database.sh
2026-03-17 01:16:49 -04:00

4 lines
128 B
Bash
Executable file

#!/bin/bash
mysql -h"127.0.0.1" -P"3306" -u"root" -p"password" -e \
"SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;"