ERROR: Unable to execute query
SELECT count(*) as total
		FROM tag_video AS tv, tags AS t, video AS v
		WHERE tv.tag_id = t.id
		AND t.tag = 'halİ'
		AND v.type = 'public'
		AND v.approve =1
		AND v.active =1
		AND v.VID=tv.vid
		group by tv.vid 
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_unicode_ci,COERCIBLE) for operation '='