Navigation Menu

Skip to content

Commit

Permalink
doc: fix a typo
Browse files Browse the repository at this point in the history
  $ rpm -ql Percona-Server-server-56 | grep init.d
  /etc/init.d/mysql
  • Loading branch information
kenhys committed Mar 30, 2015
1 parent 8243e66 commit 49b5620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/install/centos.rst
Expand Up @@ -87,7 +87,7 @@ Install::
$ sudo yum install -y http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm
% sudo yum makecache
% sudo yum install -y Percona-Server-server-56
% sudo /sbin/service mysqld start
% sudo /sbin/service mysql start
% sudo yum install -y percona-server-56-mroonga
(% sudo mysqladmin -u root password 'new-password')

Expand Down

0 comments on commit 49b5620

Please sign in to comment.