Updated help page for Hubzilla on OpenShift

This commit is contained in:
Haakon Meland Eriksen 2015-10-10 15:06:36 +02:00
parent 4d8a1c67c3
commit d5788ba53a

View file

@ -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]