Skip to content

Commit

Permalink
Initialise mariadb?
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 20, 2024
1 parent ec2bef2 commit 998b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cp "./conf/ws_config.example.cfg" "./conf/ws_config.cfg"
tar xfz "dist/ispyb-database.tar.gz"

find / -name '*.sock'
mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
/etc/init.d/mariadb start

printf 'Waiting for MySQL database to accept connections'
Expand Down

0 comments on commit 998b4dc

Please sign in to comment.