When I change the encoding from the default in MySQL 4.1 to let's say cp1251, I have to run a query "SET names cp1251" to see the data properly in web pages. In SQLyog however this does not work and all encoded data is retured as question marks.
phpMyAdmin properly shows all the data...
Will automatic encoding support be implemented? or is there a way to set the encoding for a certain connection?