From a6692a83783dd46e3ff83661915608207f347c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93mar=20H=C3=B6gni=20Gu=C3=B0marsson?= Date: Fri, 11 Aug 2017 12:13:46 +0000 Subject: [PATCH] typo fixed Mysql in the line above a postgresql connection command. --- .../configuration_database/linux_database_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 2f7ed64d0..51fcc2c8c 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -304,7 +304,7 @@ the command from, use:: psql -Uusername -dnextcloud -To access a MySQL installation on a different machine, add the -h option with +To access a PostgreSQL installation on a different machine, add the -h option with the respective host name:: psql -Uusername -dnextcloud -h HOSTNAME