How to search for special characters, unicode characters and Emoji's in a mysql Database
问题 I am saving Emoji's with charset utfmb4_general_ci , Storing and retrieving are working fine but when i try to search for the information with a string containing Emoji's or special characters i am not getting the result. It always returning empty. Can somebody help to solve this? CODE select * from table where Title LIKE '%Kanye West - \"Bound 2\" PARODY%' UPDATE: The search string are like Kanye%20West%20-%20"Bound%202"%20PARODY Stored in database like Kanye West - \"Bound 2\" PARODY Family