Skip to content

Commit 919873f

Browse files
authored
Update tests.yml
1 parent 036d665 commit 919873f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424

2525
- name: Start mysql service
2626
run: |
27-
sudo chmod 777 /var/lib/mysql /var/log/mysql
27+
sudo chmod 777 /var/lib/mysql /var/log/mysql/*
2828
mysqld \
2929
--datadir=/var/lib/mysql \
30-
--user=mysql \
30+
--user=root \
3131
--server-id=1 \
3232
--log-bin=/var/lib/mysql/mysql-bin.log \
3333
--binlog-format=row \

0 commit comments

Comments
 (0)