diff options
author | Pjotr Prins | 2019-09-05 05:22:52 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-04-20 09:16:01 -0500 |
commit | 6bdae3220dd52f136f9aeb7fe95bb40e5b0884bc (patch) | |
tree | bf18360c99b393c50768681a36eb8f823d45d3f0 /doc/README.org | |
parent | 3fed8e9bdb24ee0b9276794494df689d7a877421 (diff) | |
download | genenetwork2-6bdae3220dd52f136f9aeb7fe95bb40e5b0884bc.tar.gz |
Text search comment
Diffstat (limited to 'doc/README.org')
-rw-r--r-- | doc/README.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.org b/doc/README.org index b15bc33f..03cba62a 100644 --- a/doc/README.org +++ b/doc/README.org @@ -118,6 +118,13 @@ If you want to run as root you may have to set : [mariadbd] : user=root +You also need to set + +: ft_min_word_len = 3 + +To make sure word text searches (shh) work and rebuild the tables if +required. + To check error output in a file on start-up run with something like : mariadbd -u mariadb --console --explicit_defaults_for_timestamp --datadir=/gnu/mariadb --log-error=~/test.log |