Skip to content

Commit

Permalink
workflows bugfix removed mysqlx=off for MySQL 5
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 9, 2024
1 parent f7965bf commit 2cff93e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/resources/windows/my_5.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2cff93e

Please sign in to comment.