RE: [PHP-DB] 'Illegal mix of collations' with PHP 4.3.10 and MySQL 4.1.7

2004-12-27 Thread Denis Gerasimov
libmysql.dll/libmysqli.dll DOESN'T contain code for setting connection charset (as I was said on the MySQL list). So what we want seems to be impossible. Are there any comments from libmysql.dll/libmysqli.dll developers? > > -- > Greetings, > Piotr Wilkin > [EMAIL PROTECTED]

[PHP-DB] mysqli connection problem

2005-02-07 Thread Denis Gerasimov
Hello, This question was asked many times, but I can't find a good answer. I am getting this error message while trying to connect to MySQL server (PHP + PEAR::DB_DataObject): "Can't connect to local MySQL server through socket '' (111)" (notice '' - is that right?) Does anyone have any ideas

RE: [PHP-DB] mysqli connection problem

2005-02-08 Thread Denis Gerasimov
> > Hello, > > > > This question was asked many times, but I can't find a good answer. > > I am getting this error message while trying to connect to MySQL server > (PHP > > + PEAR::DB_DataObject): > > > > "Can't connect to local MySQL server through socket '' (111)" > > > > (notice '' - is that

RE: [PHP-DB] mysqli connection problem

2005-02-09 Thread Denis Gerasimov
or equivalent. > > You may wish to examine ini_get(), ini_get_all(), phpinfo(), or > php_ini_scanned_files(), to verify if it is set, or to see if it's being > overwritten somewhere. > > Cheers, > > Denis Gerasimov wrote: > > Didn't help me. MySQL socket does

[PHP-DB] Cannot connect to local server

2005-02-10 Thread Denis Gerasimov
ver using this user name and password with my DB administration tool. Some background 1. MySQL and Apache + PHP are running on the same machine. 2. The user is allowed to connect from '%' (everywhere) 3. Connecting to localhost fails too (saying "cannot connect to socket...&quo

RE: [PHP-DB] Cannot connect to local server

2005-02-15 Thread Denis Gerasimov
onnect to example.com via TCP/IP). Dear DB maintainers, should I report a bug? > > > New version of MySQL, old PHP? possible password encryption mis-match? > Check out: > > http://dev.mysql.com/doc/mysql/en/old-client.html > > Regards - Miles > > At 06:3

RE: [PHP-DB] HTTP Auth help required, please?

2005-11-14 Thread Denis Gerasimov
Hello, 1. Upgrade to the latest version (1.3.0rc3 beta), AFAIK 1.2.3 doesn't support custom containers if you use this feature 2. allow_call_time_pass_reference must be 'on', otherwise it fails (produces an error message) 3. turn error_reporting(E_ALL); and see if there are any notices/warnings