Check out the mysql docs at http://www.mysql.com/documentation/ but I believe you'd be looking along the lines of something like:
%SELECT * FROM table WHERE cocktails LIKE %$queryString %"
Not tested just thought on the spot. LIKE is the key thing you use for searching in SQL... might be something better... I'm not to educated when it comes to good sql.
Billy