aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-10-10 15:06:36 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-10-10 15:06:36 +0200
commitd5788ba53a9a2d111b8502f3843b0947cf7c58d0 (patch)
tree265b400ee5047d26418b65cd9e24ced5a5c32656
parent4d8a1c67c33bcd03e1fba6474b2d6023fcc561c8 (diff)
downloadvolse-hubzilla-d5788ba53a9a2d111b8502f3843b0947cf7c58d0.tar.gz
volse-hubzilla-d5788ba53a9a2d111b8502f3843b0947cf7c58d0.tar.bz2
volse-hubzilla-d5788ba53a9a2d111b8502f3843b0947cf7c58d0.zip
Updated help page for Hubzilla on OpenShift
-rw-r--r--doc/Hubzilla_on_OpenShift.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Hubzilla_on_OpenShift.bb b/doc/Hubzilla_on_OpenShift.bb
index fbdb1bcf0..0a8571908 100644
--- a/doc/Hubzilla_on_OpenShift.bb
+++ b/doc/Hubzilla_on_OpenShift.bb
@@ -69,4 +69,5 @@ and hopefully your database tables are now okay.
[*] DO add the above defaults into the deploy script.
[*] DO add git gc to the deploy script
[*] MAYBE DO add myisamchk - only checking? to the end of the deploy script.
+[*] mysqlcheck is similar in function to myisamchk, but works differently. The main operational difference is that mysqlcheck must be used when the mysqld server is running, whereas myisamchk should be used when it is not. The benefit of using mysqlcheck is that you do not have to stop the server to perform table maintenance - this means this documenation should be fixed.
[/list]