~marcoceppi/charms/precise/mysql/lp1293315

Viewing all changes in revision 113.1.1.

  • Committer: Francois Deppierraz
  • Date: 2014-03-03 08:54:57 UTC
  • mto: This revision was merged to the branch mainline in revision 114.
  • Revision ID: francois@ctrlaltdel.ch-20140303085457-klu6yrpuxgk3crnv
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.
[...]

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: