Do you know why when I am using PhpMyAdmin I am getting rows like ::
1 [BLOB - 8o] [BINARY - 1o] [BINARY - 1o] 0
and not the text values ?

the columns are varchar(45)
and the table ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin ;

thank you for helping