
Hi I get these values: | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | utf8 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 the client i use is this: otrs-server:~# mysql -h localhost -p Regards Javier. On Lunes 08 Febrero 2010 21:54:55 Nils Leideck - ITSM escribió:
Hi,
On 04.02.2010, at 19:17, magicboiz wrote:
We have our OTRS configured with charset UTF-8. Apache 2.2.9. Mysql 5.0.51. Perl 5.10. Debian Lenny.
make sure the Client connection is also fine!
$# mysql
mysql > use otrs; mysql > show variables
search for non utf-8 settings in the output somewhere in the upper area.
Nils Leideck