diff options
| author | Zachary Sloan | 2013-03-22 22:40:57 +0000 |
|---|---|---|
| committer | Zachary Sloan | 2013-03-22 22:40:57 +0000 |
| commit | b0cb34e8e4ddf09b0cfe3081439610c6f6d0341c (patch) | |
| tree | de4f2cff8caf7f034dd631e731fbc1a44f8b3bae /misc | |
| parent | cd58c17faec400968cfe6a3595ebe02099edd691 (diff) | |
| download | genenetwork2-b0cb34e8e4ddf09b0cfe3081439610c6f6d0341c.tar.gz | |
Added secure_server.py
Updated notes.txt
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/notes.txt | 7 |
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); |
