From 12ac91e57f3c103f1c9c496c3ffd512c357dd7f9 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 16 Aug 2015 15:46:01 +0545 Subject: [PATCH] Linux Db Config minor edits --- .../linux_database_configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 9fabd8667..c1c5bf79c 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -28,7 +28,7 @@ If you decide to use a MySQL or MariaDB database, ensure the following: * That you have installed and enabled the MySQL extension in PHP -* That the **mysql.default_socket** points to the correct socket (if the database runs on same server as ownCloud). +* That the **mysql.default_socket** points to the correct socket (if the database runs on the same server as ownCloud). .. note:: MariaDB is backwards compatible with MySQL. All instructions work for both. You will not need to replace mysql with anything. @@ -293,7 +293,7 @@ command line interface: **MySQL**: -Assuming the database server is installed on the same sytem you're running, +Assuming the database server is installed on the same system you're running the command from, use:: mysql -uUSERNAME -p @@ -316,7 +316,7 @@ the respective host name:: **PostgreSQL**: -Assuming the database server is installed on the same sytem you're running +Assuming the database server is installed on the same system you're running the command from, use:: psql -Uusername -downcloud @@ -378,4 +378,4 @@ Useful SQL commands MySQL : quit PostgreSQL: \q - Oracle : quit \ No newline at end of file + Oracle : quit