Merge pull request #1067 from nextcloud/backport/1064/master

[master] Update linux_database_configuration.rst
This commit is contained in:
John Molakvoæ
2018-12-22 18:40:16 +01:00
committed by GitHub

View File

@@ -294,11 +294,11 @@ How can I find out if my MySQL/PostgreSQL server is reachable?
To check the server's network availability, use the ping command on
the server's host name (db.server.com in this example)::
ping db.server.dom
ping db.server.com
::
PING db.server.dom (ip-address) 56(84) bytes of data.
PING db.server.com (ip-address) 56(84) bytes of data.
64 bytes from your-server.local.lan (192.168.1.10): icmp_req=1 ttl=64 time=3.64 ms
64 bytes from your-server.local.lan (192.168.1.10): icmp_req=2 ttl=64 time=0.055 ms
64 bytes from your-server.local.lan (192.168.1.10): icmp_req=3 ttl=64 time=0.062 ms