Re: default connection charset - SOLVED

2005-06-30 Thread Varshavchick Alexander
Hi, Luckily I already found the solution, may be it'll be usefull for someone else. All that was needed was adding the following line to my.cnf file: [mysqld] init-connect="SET NAMES koi8r" Regards Alexander Varshavchick, Metrocom Joint Stock Company Phone: (812)718-3322, 718-3115(fax)

Re: default connection charset

2005-06-29 Thread Gleb Paharenko
Privet. As I know, PHP usually takes the character set from the server. Please send part of your configuration file related to character sets. Varshavchick Alexander <[EMAIL PROTECTED]> wrote: > Hi, > > I have mysql 4.1.12 started with the default charset 'koi8r' and I have > the fol