sebcmp

Results 2 comments of sebcmp

Setting "cat" as pager can be a work-around. ``` PAGER=cat wp-cli help```

Ubuntu/Debian defaults to localhost ```bash > grep bind /etc/mysql/mysql.conf.d/mysqld.cnf bind-address = 127.0.0.1 mysqlx-bind-address = 127.0.0.1 ``` This role should really default to 127.0.0.1 on both bind addresses instead of 0.0.0.0.