database showing ??? ??? marks for Russian/Persian chars

There was issue that I cant read anything written in Russian language in my database through PhpMyAdmin.

Fix

init-connect=SET NAMES binary

to /etc/my.cnf under [mysqld]

That should fix the display problems.

Note: Make sure to take database backup before the edit.

Leave a comment