From: Date: January 10 2005 6:35pm Subject: Problems with accented characters in table names List-Archive: http://lists.mysql.com/myodbc/9769 Message-Id: <41E2BCFA.8030108@terra.es> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit I'm spanish and got a table call ente with to fields: enteid and descripción MySqlAdministrator sees descripción name correctly. But with mysql console when I issue "select * from ente I see" descripci¾n instead of descripción. Due to MySqlAdministrator works fine (mysqlcc works fine too) I´m sure is a configuration issue with mysql console. I've tryed set names 'utf8' and set names 'latin1' with no success. Any help?