geerlingguy / ansible-role-mysql

Ansible Role - MySQL
https://galaxy.ansible.com/geerlingguy/mysql/
MIT License
1.05k stars 861 forks source link

Add mysqlx variables to my.cnf #509

Closed bratucornel closed 1 year ago

bratucornel commented 1 year ago

This change let you customize the mysqlx-port and mysqlx-bind-address in order to stop mysqlx plugin to listen on all interfaces. Fix for #415

sebcmp commented 1 year ago

Might wanna add mysqlx = OFF option to turn it off altogether.