mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-1623: Update documentation to check hosts entry for correct loopback interface setup to fix cloud-setup-databases issues during setup
This commit is contained in:
parent
84b92f890c
commit
d4477ba8da
@ -143,6 +143,14 @@ binlog-format = 'ROW'</programlisting>
|
||||
-i <management_server_ip></programlisting>
|
||||
<para>When this script is finished, you should see a message like “Successfully initialized
|
||||
the database.”</para>
|
||||
<note>
|
||||
<para>If the script is unable to connect to the MySQL database, check
|
||||
the "localhost" loopback address in <filename>/etc/hosts</filename>. It should
|
||||
be pointing to the IPv4 loopback address "127.0.0.1" and not the IPv6 loopback
|
||||
address ::1. Alternatively, reconfigure MySQL to bind to the IPv6 loopback
|
||||
interface.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>If you are running the KVM hypervisor on the same machine with the Management Server,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user