this is the query (it searches for stuff in the db) everything is valid, it executes from the command line. i've got everything else setup correctly too (selected a db etc).
create temporary table tmp_737160d8ecf19267993ca3d16f0be14c type=heap select cache_abstract.Abstract_ID, boxes.Name, cache_abstract.Title, cache_abstract.Description, cache_abstract.URL, cache_abstract.Date from cache_abstract, boxes where (cache_abstract.Title REGEXP "wordone" OR cache_abstract.Description REGEXP "wordone") and (cache_abstract.Title REGEXP "wordtwo" OR cache_abstract.Description REGEXP "wordtwo") and (cache_abstract.Title REGEXP "wordthree" OR cache_abstract.Description REGEXP "wordthree") and cache_abstract.Box_ID = boxes.Box_ID order by Date