We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c412f53 commit 4411e9aCopy full SHA for 4411e9a
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v2
24
25
- name: Start mysql service
26
- run: mysqld \
+ run: sudo mysqld \
27
--datadir=/var/lib/mysql \
28
--user=mysql \
29
--server-id=1 \
0 commit comments