1. # Default Homebrew MySQL server config
    2. [mysqld]
    3. skip-name-resolve
    4. # Only allow connections from localhost
    5. #bind-address = 127.0.0.1
    6. bind-address = 192.168.1.153
    7. mysqlx-bind-address = 127.0.0.1
    8. #mysqlx-bind-address = 0.0.0.0