otwarchive-symphonyarchive/script/gh-actions/configure_database.sh

5 lines
128 B
Bash
Raw Normal View History

2026-03-11 22:22:11 +00:00
#!/bin/bash
mysql -h"127.0.0.1" -P"3306" -u"root" -p"password" -e \
"SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;"