I'm using phpmyadmin for many years but never tried to solve this problem. My database collation is utf8_persian_ci
and the table also has the same collation.
While I open phpmyadmin, it doesn't show characters correctly. I see something like برنامه
.
In local host I solved this problem by commenting this line:
PMA_DBI_query("SET CHARACTER SET 'utf8';", $link, PMA_DBI_QUERY_STORE);
in /usr/share/phpmyadmin/libraries/database_interface.lib.php
but I don't have persmission to do such action in a shared host.
What should I do about this?
NOTE:
The problem is only about PhpMyAdmin. I can see my data correctly when I retrieve them using PHP