Some readability fixup for dbconfig
During the backport of the previous patch, Diane Fleming suggested some fixes: https://review.openstack.org/#/c/97552/. This patch applies it to the master branch first. Change-Id: Ie26552669cd4d479d82eaeaa99c986bf636453d3 Backport: icehouse
This commit is contained in:
parent
c55140f0a7
commit
b6f51d5bbd
@ -124,12 +124,12 @@ dbc_authmethod_user=''</programlisting>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</informalfigure>
|
||||
<para>By default in Debian, the MySQL server is only accessible from
|
||||
localhost using the socket file, or 127.0.0.1. To access it over
|
||||
network, users must edit <filename>/etc/mysql/my.cnf</filename> and
|
||||
edit the <literal>mysql.user</literal> table. To do so, Debian provides
|
||||
a helper script located in the <package>openstack-deploy</package>
|
||||
package. To use it, install the package and run:</para>
|
||||
<para>By default in Debian, you can access the MySQL server from either
|
||||
localhost through the socket file or 127.0.0.1. To access it over the
|
||||
network, you must edit the <filename>/etc/mysql/my.cnf</filename> file,
|
||||
and the <literal>mysql.user</literal> table. To do so, Debian provides
|
||||
a helper script in the <package>openstack-deploy</package> package.
|
||||
To use it, install the package and run:</para>
|
||||
<screen><prompt>#</prompt> <userinput>/usr/share/openstack-deploy/mysql-remote-root</userinput></screen>
|
||||
<para>Alternatively, if you do not want to install this package, run
|
||||
this script to enable remote root access:</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user