charm mysql-57

Giuseppe Attardi giuseppe.attardi at garr.it
Sun Sep 24 06:56:11 UTC 2017


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.

—




More information about the Juju mailing list