SELECT contents.id
FROM contents
WHERE 1 AND ( (SELECT vtiny FROM props WHERE id = contents.id AND class = 'contents' AND name = 'title') LIKE '%Servetcan Öztürk%' OR FIND_IN_SET('Servetcan Öztürk',(SELECT CONCAT_WS(',',orginal,director,writer,star,genre,year,country) AS tags FROM movies WHERE content = contents.id)) OR FIND_IN_SET('Servetcan Öztürk',contents.tags)) AND FIND_IN_SET(contents.type, 'content,person,movie') AND status IN (1)
Access denied for user 'populer4'@'localhost' (using password: NO)