From 2cff93e098baef8bb4b8a083b43b4ca372ef6e9f Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 9 Jun 2024 23:11:24 +0200 Subject: [PATCH] workflows bugfix removed mysqlx=off for MySQL 5 --- .github/resources/windows/my_5.template.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/resources/windows/my_5.template.ini b/.github/resources/windows/my_5.template.ini index 0df858a45..bf8ed4e5e 100644 --- a/.github/resources/windows/my_5.template.ini +++ b/.github/resources/windows/my_5.template.ini @@ -7,8 +7,6 @@ default-character-set=utf8mb4 no-beep [mysqld] -mysqlx=off - # 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"