Re: Default connection codepage

2004-12-22 Thread Gleb Paharenko
. Here is some more light on my problem: I am trying to set up default connection codepage for PHP scripts. I've look through source code of mysql extention of php, and hadn't found any php-side part of code where it was set client character set. It takes place at the libmysqlclient side

Default connection codepage

2004-12-21 Thread Denis Gerasimov
Hello, Is there any way to change default MySQL _connection_ codepage? (e.g. by ini/cnf files setting, by startup parameters or some other way) Please, do not suggest running SET CHARACTER SET blah123 Thanks. Best regards, Denis Gerasimov Outsourcing Services Manager, VEKOS, Ltd.

Re: Default connection codepage

2004-12-21 Thread Gleb Paharenko
Hello. Put default_character_set='blah123' in your [client] and [mysql] sections of your config file. Denis Gerasimov [EMAIL PROTECTED] wrote: Hello, Is there any way to change default MySQL _connection_ codepage? (e.g. by ini/cnf files setting, by startup parameters or some

RE: Default connection codepage

2004-12-21 Thread Denis Gerasimov
Hello, -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 1:29 PM To: [EMAIL PROTECTED] Subject: Re: Default connection codepage Hello. Put default_character_set='blah123' in your [client] and [mysql] sections of your config