Install Guide: Clarify MySQL instructions
The previous wording confused users, it was not clear that the database server packages need to be installed. I hope that this change is now clearer. Change-Id: I5ddf3848988205c284c4044b32f471178ad29947 Closes-Bug: #1254662 backport: havana
This commit is contained in:
parent
b7389765b1
commit
b07188669e
@ -245,12 +245,12 @@ iface eth1 inet static
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><phrase os="sles">For SUSE Linux Enterprise Server:
|
||||
</phrase> On the controller node, install the MySQL client,
|
||||
database, and Python library.</para>
|
||||
</phrase> On the controller node, install the MySQL client and
|
||||
server packages, and the Python library.</para>
|
||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install mysql-client mysql python-mysql</userinput></screen>
|
||||
<para os="opensuse">For openSUSE: On the controller node,
|
||||
install the MariaDB client and database, and the MySQL
|
||||
Python library.</para>
|
||||
install the MariaDB client and database server packages,
|
||||
and the MySQL Python library.</para>
|
||||
<screen os="opensuse"><prompt>#</prompt> <userinput>zypper install mariadb-client mariadb python-mysql</userinput></screen>
|
||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install python-mysqldb mysql-server</userinput></screen>
|
||||
<screen os="rhel;fedora;centos"><prompt>#</prompt> <userinput>yum install mysql mysql-server MySQL-python</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user