Merge "Fix starting of MySQL for openSUSE"

This commit is contained in:
Jenkins 2013-10-11 16:07:09 +00:00 committed by Gerrit Code Review
commit 745bde110b

View File

@ -263,7 +263,7 @@ hwclock -w</programlisting>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>service mysqld start</userinput>
<prompt>#</prompt> <userinput>chkconfig mysqld on</userinput></screen>
<screen os="opensuse"><prompt>#</prompt> <userinput>systemctl enable mysqld.service</userinput>
<prompt>#</prompt> <userinput>systemctl enable mysqld.service</userinput></screen>
<prompt>#</prompt> <userinput>systemctl start mysqld.service</userinput></screen>
<para os="rhel;centos;fedora;opensuse">Finally, it's a good idea to set a root password for your MySQL
database. The OpenStack programs that set up databases and tables will