We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea4ecf commit e3d5402Copy full SHA for e3d5402
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
my-cnf: |
20
server-id=1
21
binlog_format=row
22
- log_bin=ON
+ log_bin=/var/log/mysql/mysql-bin.log
23
binlog_rows_query_log_events=ON
24
root-password: root
25
0 commit comments