~marcoceppi/charms/precise/mysql/lp1293315

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Marco Ceppi
  • Date: 2014-03-04 16:23:59 UTC
  • mfrom: (113.1.1 mysql)
  • Revision ID: marco@ceppi.net-20140304162359-544fe434wfaeeuku
[francois-ctrlaltdel] Fix mysql client invocation command in the doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
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:
16
16
 
17
17
    juju ssh mysql/0
18
 
    mysql -u root -p=`cat /var/lib/mysql/mysql.passwd`
 
18
    mysql -u root -p`sudo cat /var/lib/mysql/mysql.passwd`
19
19
 
20
20
# Scale Out Usage 
21
21