charm mysql-57
Marco Ceppi
marco.ceppi at canonical.com
Mon Sep 25 13:39:32 UTC 2017
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 <giuseppe.attardi at garr.it>
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
> Juju at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju/attachments/20170925/b958db63/attachment.html>
More information about the Juju
mailing list