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

Proposed by Francois Deppierraz
Status: Merged
Merged at revision: 114
Proposed branch: lp:~francois-ctrlaltdel/charms/precise/mysql/fixed-doc
Merge into: lp:charms/mysql
Diff against target: 11 lines (+1/-1)
1 file modified
README.md (+1/-1)
To merge this branch: bzr merge lp:~francois-ctrlaltdel/charms/precise/mysql/fixed-doc
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Charles Butler (community) Approve
Review via email: mp+209013@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Charles Butler (lazypower) wrote :

+1 LGTM

review: Approve
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2013-12-12 17:26:49 +0000
3+++ README.md 2014-03-03 09:02:07 +0000
4@@ -15,7 +15,7 @@
5 Once deployed, you can retrive the MySQL root user password by logging in to the machine via `juju ssh` and readin the `/var/lib/mysql/mysql.passwd` file. To log in as root MySQL User at the MySQL console you can issue the following:
6
7 juju ssh mysql/0
8- mysql -u root -p=`cat /var/lib/mysql/mysql.passwd`
9+ mysql -u root -p`sudo cat /var/lib/mysql/mysql.passwd`
10
11 # Scale Out Usage
12

Subscribers

People subscribed via source and target branches