Re: Charsets in console

2005-06-03 Thread Gleb Paharenko
Hello. Most probably you should set the correct character sets. Search on the list similar problems are often met there. See: http://dev.mysql.com/doc/mysql/en/charset-defaults.html What output does the following statement produce: show variables like '%char%'; Send the output of:

Charsets in console

2005-06-03 Thread Carl Seghers
Hi there, Question: I have a database with names that may contain accented characters like é or è. My charset & collation are the defaults latin1 & latin1_swedish_ci. In my browser all characters come out all right (both in phpMyAdmin and in my application), but when I open a command consol