User:Hef/rt search: Difference between revisions

From Pumping Station One
No edit summary
Line 2: Line 2:


== Create Table ==
== Create Table ==
<pre>
CREATE TABLE AttachmentsIndex
CREATE TABLE AttachmentsIndex
(
(
Line 10: Line 12:
     INDEX(query)
     INDEX(query)
) ENGINE=SPHINX CONNECTION="sphinx://localhost:9312/test";
) ENGINE=SPHINX CONNECTION="sphinx://localhost:9312/test";
</pre>


== More output ==
== More output ==