Tip for search in MySQL with case sensitive:
SELECT * FROM table_name WHERE BINARY field_name LIKE '%search_string%';