lp:~francois-ctrlaltdel/charms/precise/mysql/fixed-doc

Created by Francois Deppierraz and last modified
Get this branch:
bzr branch lp:~francois-ctrlaltdel/charms/precise/mysql/fixed-doc
Only Francois Deppierraz can upload to this branch. If you are Francois Deppierraz please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Francois Deppierraz
Status:
Development

Recent revisions

114. By Francois Deppierraz

Fix mysql client invocation command in the doc

$ juju ssh mysql/0
ubuntu@juju-openstack-machine-2:~$ mysql -u root -p=`cat /var/lib/mysql/mysql.passwd`
cat: /var/lib/mysql/mysql.passwd: Permission denied
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
ubuntu@juju-openstack-machine-2:~$ mysql -u root -p`sudo cat /var/lib/mysql/mysql.passwd`
Welcome to the MySQL monitor. Commands end with ; or \g.
[...]

113. By Marco Ceppi

[marcoceppi] Better assurances that MySQL will restart

112. By Marco Ceppi

[hopem] added support for ceph-client use_rsyslog option

111. By Marco Ceppi

[hopem] Adds support for configurable ceph pool

110. By Marco Ceppi

[robert-ayres] Fix binlog-format config option

109. By Jorge Castro

Last retructure of README for charm audit.

108. By Jorge Castro

Set default vip setting to '' to pass proof.

107. By Jorge Castro

Update readme with more information.

106. By Marco Ceppi

[gnuoy] Execute any preinstall code that's in exec.d as part of the install hook.

105. By Marco Ceppi

Updated README

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:charms/mysql
This branch contains Public information 
Everyone can see this information.