Fulltext search could be your right choice there but there are some restrictions like you must use MyISAM engine to work with this indexing. Read the following page once and go. http://dev.mysql.com/doc/refman/5.1/en/fulltext-search.html
Otherwise if you are using InnoDB then you should do something else like just split the words by space and use each words with LIKE operators in all possible fields/columns.