From 5f85f180383894aa1bdce8d5d8139fbd56408e55 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 10 Jun 2024 13:12:00 +0200 Subject: [PATCH] workflows removed mysqlx_bind_address for MySQL 5 --- .github/resources/windows/my_5.template.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/resources/windows/my_5.template.ini b/.github/resources/windows/my_5.template.ini index bf8ed4e5e..5f3a776db 100644 --- a/.github/resources/windows/my_5.template.ini +++ b/.github/resources/windows/my_5.template.ini @@ -9,7 +9,6 @@ no-beep [mysqld] # The TCP/IP addresses the MySQL Server will listen on bind_address="127.0.0.1,::1" -mysqlx_bind_address="127.0.0.1,::1" # All TLS-related confgurations leave at defaults to test it how it behaves if we don't use TLS