RE: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread Donny Simonton
The problem is not with phpmyadmin, the problem is with php.  If you install
4.3 of php it will not work with mysql 4.1.8 or any version mysql 4.1 or
5.0.  It will only work if you turn on the short passwords option in 4.1.
I've not tried it on 5.0 lately.  You can get it installed but it takes a
little work.  This is not a phpmyadmin bug it's all, it's not really a php,
and it's not a mysql bug.  I reported it to both phpmyadmin and php.net over
a year ago.

Think this is a problem, wait until you get a $40k 64 bit machine and try to
install php on it via source because you want to use php 4.3 and mysql 4.1
and you find out you can't install anything because 64 bit installs stuff in
different places than php is expecting it.  And the php devel team has no
plans on fix it.  So you have to hack the config script to get it to work.

Donny

> -Original Message-
> From: GH [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 01, 2005 1:15 PM
> To: Willy Sudiarto Raharjo; php-general; mysql@lists.mysql.com
> Subject: Re: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8
> 
> It would be nice if phpMyAdmin would kindly note that on their website...
> 
> Also, when I run a phpInfo()... it says i have the 3.23.49  could this
> be a contributing factor?
> 
> On Sat, 1 Jan 2005 15:55:27 +0700, Willy Sudiarto Raharjo
> <[EMAIL PROTECTED]> wrote:
> > > Has anyone had any problems installing phpMyAdmin with the above
> > > configuration? I get an error about the mySql client and
> > > authentication methods? MySQL Error: 1251 : Client does not support
> > > authentication protocol requested by server
> >
> > MySQL 4.1.x is using a different authentication protocols so it may
> break
> > phpmyadmin functionality. Use 4.0.x if you want to use phpmyadmin
> clearly or
> > maybe you should wait for the next release
> >
> > --
> > Willy Sudiarto Raharjo
> > Registered Linux User : 336579
> > Public-key : http://www.informatix.or.id/willy/public-key.txt
> > Blog : http://willysr.blogspot.com
> > OOo Documentation Project (ID) : http://project.informatix.or.id
> >
> >
> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread Donny Simonton
Yes, I did send in a patch just like the 3 or 4 other people who had the
same problem.  I'm not complaining about php, I was just commenting about
the person complaining that it was a problem with phpmyadmin.  I complained
about the problem over a year ago, when I first installed mysql 4.1.0, but
the problem was definitely not with phpmyadmin.  It was a combination of php
not working well with mysql 4.1.0.

Why would have pay somebody 40k a year, I can do it myself or anyone of my
other 20 programmers.  When php says it's not a bug, then obviously they
don't see it as being a problem.  Since all 32 bit servers will be phased
out by mid-May because of the opteron and the new intel procs, I'll just sit
back and watch the bug submissions come in next year as everybody gets their
new hardware in.  I won't complain, I know how to fix it.

Donny

> -Original Message-
> From: Robert Cummings [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 01, 2005 6:55 PM
> To: Donny Simonton
> Cc: 'GH'; 'Willy Sudiarto Raharjo'; 'php-general'; mysql@lists.mysql.com
> Subject: RE: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8
> 
> On Sat, 2005-01-01 at 16:48, Donny Simonton wrote:
> 
> > Think this is a problem, wait until you get a $40k 64 bit machine and
> try to
> > install php on it via source because you want to use php 4.3 and mysql
> 4.1
> > and you find out you can't install anything because 64 bit installs
> stuff in
> > different places than php is expecting it.  And the php devel team has
> no
> > plans on fix it.  So you have to hack the config script to get it to
> work.
> 
> Try paying someone on the PHP dev team $40k to fix it. You might find it
> fixed the same day. You are, after all, using free and open source
> software, the onus is on you to make things work the way you want when
> it deviates from the default.
> 
> It's funny when someone complains about free software when they have
> $40k hardware. Makes me want to cry... NOT!
> 
> As a side comment... did you happen to kick back a patch to the PHP team
> for the changes you made to the config script?
> 
> Cheers,
> Rob.
> --
> ..
> | InterJinn Application Framework - http://www.interjinn.com |
> ::
> | An application and templating framework for PHP. Boasting  |
> | a powerful, scalable system for accessing system services  |
> | such as forms, properties, sessions, and caches. InterJinn |
> | also provides an extremely flexible architecture for   |
> | creating re-usable components quickly and easily.  |
> `'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php