You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ jobs:
27
27
echo -e "\n[mysqld]\nserver-id=1\nbinlog_format=row\nlog_bin=/var/log/mysql/mysql-bin.log\nbinlog_rows_query_log_events=ON" | sudo tee -a /etc/mysql/my.cnf
28
28
sudo /etc/init.d/mysql start
29
29
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
30
+
mysql -e "SHOW VARIABLES LIKE "version%";" -u root -p root
0 commit comments