I need to search from table, like
select * from geo where state='Grästorp'
But it does not give me any results. but when I run this query with phpmyadmin it gives me right result. How to search with in MySQL with non utf-8 chars?
I need to search from table, like
select * from geo where state='Grästorp'
But it does not give me any results. but when I run this query with phpmyadmin it gives me right result. How to search with in MySQL with non utf-8 chars?