SELECT *
FROM mytablename
WHERE sku
= 'AZ-EFCQ-5'
LIMIT 0 , 30
In MySQL table (description field) there are some weird characters in the database.There are almost 400+ records with all these characters out of 200,000 records it seems.
Example: The database record for one of the field shows the following when I run the query
Select * from mytablename where sku='az123'
Replacement for TOY TRAIN 746 N&W J Replacement Light Bulb
But when I run the same query in PHP and print it, it shows
Replacement For TOY TRAIN 746 N&W JÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Replacement Light Bulb
I tried using the following solution at
How can I find non-ASCII characters in MySQL?
This doesn't work, doesn't show any weird characters in Mysql, check the MySQL screenshot below