start mysql
This commit is contained in:
parent
f67fcaf35d
commit
2da46ee484
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
sudo -u postgres psql -c "CREATE DATABASE shimmie WITH OWNER shimmie;" -U postgres ;
|
sudo -u postgres psql -c "CREATE DATABASE shimmie WITH OWNER shimmie;" -U postgres ;
|
||||||
fi
|
fi
|
||||||
if [[ "${{ matrix.database }}" == "mysql" ]]; then
|
if [[ "${{ matrix.database }}" == "mysql" ]]; then
|
||||||
|
sudo systemctl start mysql ;
|
||||||
mysql --version ;
|
mysql --version ;
|
||||||
mysql -e "SET GLOBAL general_log = 'ON';" -uroot -proot ;
|
mysql -e "SET GLOBAL general_log = 'ON';" -uroot -proot ;
|
||||||
mysql -e "CREATE DATABASE shimmie;" -uroot -proot ;
|
mysql -e "CREATE DATABASE shimmie;" -uroot -proot ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user