From b0cb34e8e4ddf09b0cfe3081439610c6f6d0341c Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Fri, 22 Mar 2013 22:40:57 +0000 Subject: Added secure_server.py Updated notes.txt --- misc/notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'misc') 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); -- cgit v1.2.3