aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
authorZachary Sloan2013-03-22 22:40:57 +0000
committerZachary Sloan2013-03-22 22:40:57 +0000
commitb0cb34e8e4ddf09b0cfe3081439610c6f6d0341c (patch)
treede4f2cff8caf7f034dd631e731fbc1a44f8b3bae /misc/notes.txt
parentcd58c17faec400968cfe6a3595ebe02099edd691 (diff)
downloadgenenetwork2-b0cb34e8e4ddf09b0cfe3081439610c6f6d0341c.tar.gz
Added secure_server.py
Updated notes.txt
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index cdd353ea..e40dad8f 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -219,3 +219,10 @@ grep -ir (search string) (directory)
-i ignores case
-r searches recursively through subdirectories of directory you specify
+
+===========================================
+
+MySQL Things -
+
+Create fulltext (MATCH AGAINST syntax) index:
+CREATE FULLTEXT INDEX __________ ON Table (Column);