workflows bugfix removed mysqlx=off for MySQL 5

This commit is contained in:
silverqx
2024-06-09 23:11:24 +02:00
parent f7965bf154
commit 2cff93e098
@@ -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"