Thanks for the heads up. I've opened these as bugs <https://github.com/marcoceppi/charm-mysql/issues> and will resolve them shortly.
On Sun, Sep 24, 2017 at 2:56 AM Giuseppe Attardi <[email protected]> wrote: > I don’t know whether is this is the right place to ask this question. > > The README for charm https://jujucharms.com/mysql/57 > still uses the old syntax for configuring charms: > > juju set mysql backup_retention_count=28 > > instead of > > juju config mysql backup_retention_count=28 > > Secondly, I tried changing bind-address as follows: > > $ juju config mysql bind-address > 0.0.0.0 > $ juju ssh mysql grep bind > /etc/mysql/mysql.conf.d/mysqld_settings_charm.cnf > bind-address = 0.0.0.0 > $ juju config mysql bind-address=127.0.0.1 > wait a few minutes > $ juju ssh mysql grep bind > /etc/mysql/mysql.conf.d/mysqld_settings_charm.cnf > bind-address = 0.0.0.0 > > so the change seems to have no effect. > > — > > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
