ayed.chokri
What you need to do, is to open up mysql.dbi.lib.php, located in libraries/dbi, and add the below code just before return $link; in the PMA\_DBI\_connect function.
\[code\] mysql\_query("SET SESSION CHARACTER\_SET\_RESULTS =latin1;",$link);
mysql\_query("SET SESSION CHARACTER\_SET\_CLIENT =latin1;",$link);\[/code\]