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 4fd7554 commit 8101306Copy full SHA for 8101306
.travis.yml
@@ -38,7 +38,7 @@ before_script:
38
- "echo 'log_slave_updates' | sudo tee -a /etc/mysql/conf.d/gtid.cnf"
39
40
# Start mysql (avoid errors to have logs)
41
- - "sudo /etc/init.d/mysql start || true"
+ - "sudo /etc/init.d/mysql restart || true"
42
- "sudo tail -1000 /var/log/syslog"
43
44
- "mysql --version"
0 commit comments