mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 00:59:14 -05:00
workflows bugfix removed mysqlx=off for MySQL 5
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user