Skip to content

Commit

Permalink
⚗️ check out mysql defaults 5
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 25, 2024
1 parent 090b1b6 commit 1570207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tinker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- name: start mysql
run: sudo service mysql start
- name: lets just try to create a db
run: mysql -e 'CREATE DATABASE bio-test;' -uroot -proot
run: mysql -e 'CREATE DATABASE `bio-test`;' -uroot -proot

0 comments on commit 1570207

Please sign in to comment.