[Pkg-owncloud-commits] [owncloud-doc] 31/49: Add hint for MySQL on windows

David Prévot taffit at moszumanska.debian.org
Thu Mar 12 02:06:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 234619c92e0524a13c54685075855712feaacc2a
Author: RealRancor <Fisch.666 at gmx.de>
Date:   Tue Feb 17 10:15:41 2015 +0100

    Add hint for MySQL on windows
---
 admin_manual/configuration/performance_tips.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/admin_manual/configuration/performance_tips.rst b/admin_manual/configuration/performance_tips.rst
index 6d9f04f..61a3944 100644
--- a/admin_manual/configuration/performance_tips.rst
+++ b/admin_manual/configuration/performance_tips.rst
@@ -94,7 +94,13 @@ On large instances you could consider `running MySQLTuner <https://github.com/ma
 See the section :doc:`database_configuration` how to configure ownCloud for MySQL or MariaDB. If your installation is already running on
 SQLite then it is possible to convert to MySQL or MariaDB using the steps provided in :doc:`../maintenance/convert_db`.
 
------------------------------------
+Improve slow performance with MySQL on Windows
+----------------------------------------------
+
+On Windows hosts running MySQL on the same system changing the parameter ``dbhost`` in your ``config/config.php``
+from ``localhost`` to ``127.0.0.1`` could improve the page loading time.
+
+See also `this forum thread <http://forum.owncloud.org/viewtopic.php?f=17&t=7559>`_.
 
 Nginx: caching ownCloud gallery thumbnails with fastcgi_cache_purge
 -------------------------------------------------------------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list