Skip to content

Commit 4b2af6a

Browse files
committed
Try different port
1 parent 993eacd commit 4b2af6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
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
2828
sudo /etc/init.d/mysql start
2929
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -proot
30-
mysql -e 'SHOW VARIABLES LIKE "version%";' -u root -proot
30+
mysql -h 127.0.0.1 -P 32768 -e 'SHOW VARIABLES LIKE "version%";' -u root -proot
3131
3232
- name: Setup PHP, with composer and extensions
3333
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)