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

Reply via email to