回复: Re: 回复: Re: 回 复: Re: MySQL 4.1 and PHP 4.4

2006-01-31 Thread 立 周
--- Gleb Paharenko <[EMAIL PROTECTED]>写道: > Hello. > > I usually put this statement after mysql_connect(). > It is difficult for me to say is your site is Ok, > because my knowledge is limited only to English, > Russian, Ukrainian and > elementary German. Check that you can get the > correct dat

回复: Re: 回复: Re: MySQL 4.1 and PHP 4.4

2006-01-27 Thread 立 周
--- Gleb Paharenko <[EMAIL PROTECTED]>写道: > > You can change the character_set_xxx variables using > SQL > queries. I usually put 'SET NAMES' at the beginning > of my > scripts. > Must i add mysql_query("SET NAMES 'utf8'") before every occurance of real mysql_query()? I have added mysql_query

Re: 回复: Re: MySQL 4.1 and PHP 4.4

2006-01-25 Thread Gleb Paharenko
Hello. > collation. PHP 4.4 doesn't provide API to work with > Connection Character Sets and Collations. PHP 5 adds You can change the character_set_xxx variables using SQL queries. I usually put 'SET NAMES' at the beginning of my scripts. 立 周 wrote: > --- Gleb Paharenko <[EMAIL PROTECTED]>

回复: Re: MySQL 4.1 and PHP 4.4

2006-01-24 Thread 立 周
--- Gleb Paharenko <[EMAIL PROTECTED]>写道: > Hello. > > From my experience PHP 4.4 works fine with MySQL > 4.1. > What troubles are you getting while restoring utf8 > database > to the server? Please, could you explain more in > detail all steps > of the restoring process. Include information abo

Re: MySQL 4.1 and PHP 4.4

2006-01-24 Thread Gleb Paharenko
Hello. >From my experience PHP 4.4 works fine with MySQL 4.1. What troubles are you getting while restoring utf8 database to the server? Please, could you explain more in detail all steps of the restoring process. Include information about database character set as well. 立 周 wrote: > Dear list s

MySQL 4.1 and PHP 4.4

2006-01-23 Thread 立 周
Dear list subscribers, My web hosting server runs PHP 4.4 and MySQL 4.1. But PHP 4.4 doesn't fully support MySQL 4.1. and i have problems restoring a utf8 encoded database dumped from a MySQL 4.0 server to the new 4.1 server. Do i have any chance to get it working in this setup or should i persuad

RE: MySQL-4.1 and PHP

2005-01-10 Thread Dathan Pattishall
Nope no issues. > -Original Message- > From: Daniel Kasak [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 09, 2005 6:51 PM > To: mysql@lists.mysql.com > Subject: MySQL-4.1 and PHP > > Hi all. > > Does anyone know if there are any issues with PHP-4.1 and

MySQL-4.1 and PHP

2005-01-10 Thread Daniel Kasak
Hi all. Does anyone know if there are any issues with PHP-4.1 and MySQL-4.1? I assume I'll have to recompile PHP ( and Perl and other stuff that talks to MySQL ), but other than that, are there any gotchas I should know about? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific

Re: MySQL 4.1 and PHP/Perl Clients

2003-06-25 Thread Zak Greant
On June 25, 2003 09:59, PAUL MENARD wrote: ... > > I've been considering upgrading my data , MySQL > > 3.23.42 to 4.013 or even going to 4.1. I've read on > > the MySQL upgrade documents that some client might be > > affected when upgrading to 4.1. It does specifically > > mention Perl which I use

MySQL 4.1 and PHP/Perl Clients

2003-06-25 Thread PAUL MENARD
Hi All, I’m a member of a similar PHP email list and posed the question to community about issues anyone has experienced with being able to connect to MySQL 4.1. Below are my email and a response. Is this reply statement correct? Why would MySQL ‘break’ an interface to clients? Read his com