start mysql

This commit is contained in:
Shish 2020-03-16 15:22:22 +00:00
parent f67fcaf35d
commit 2da46ee484

View File

@ -35,6 +35,7 @@ jobs:
sudo -u postgres psql -c "CREATE DATABASE shimmie WITH OWNER shimmie;" -U postgres ;
fi
if [[ "${{ matrix.database }}" == "mysql" ]]; then
sudo systemctl start mysql ;
mysql --version ;
mysql -e "SET GLOBAL general_log = 'ON';" -uroot -proot ;
mysql -e "CREATE DATABASE shimmie;" -uroot -proot ;