Re: phpMyAdmin and MySQL 4.1

2004-10-28 Thread Andrew Clemente
> i struggled w/ this for a while, before learning > that even though i had > mysql 4.1 installed, php4 was being compiled w/ it's > own built-in mysql > libraries, which are pre-4.1, hence the error. > compiling php5 will > solve the problem, as it's included mysql libraries > are apparently

Re: phpMyAdmin and MySQL 4.1

2004-10-28 Thread btb
On Oct 27, 2004, at 10.26, Schalk Neethling wrote: Greetings After installing the new release of MySQL ( i.e. MySQL 4.1), I know get the following error from phpMyAdmin when using any of the auth types: Error #1251 - Client does not support authentication protocol requested by server; consider

Re: phpMyAdmin and MySQL 4.1

2004-10-27 Thread Gleb Paharenko
Hi. See: http://www.phpmyadmin.net/documentation/#faqmysqlversions Regards. Schalk Neethling <[EMAIL PROTECTED]> wrote: > Greetings > > After installing the new release of MySQL ( i.e. MySQL 4.1), I know get > the following error from phpMyAdmin when using any of the auth types: >

Re: phpMyAdmin and MySQL 4.1

2004-10-27 Thread rik onckelinx
Op woensdag 27 oktober 2004 16:52, schreef [EMAIL PROTECTED]: I had the same problem on my Linux suse 9.1 box. I was using a mysql client/server that came with my distro. Got the same error as you trying to connect with phpmyadmin, while I was sure to have installed the proper client (4.1) via

Re: phpMyAdmin and MySQL 4.1

2004-10-27 Thread SGreen
You need to get caught up on your reading. The password hash changed as of 4.1 and this behavior is well documented. Start here: http://dev.mysql.com/doc/mysql/en/Problems.html and if you have more questions read this http://dev.mysql.com/doc/mysql/en/Password_hashing.html What it boils down t