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

Re: phpmyadmin and mysql

2003-01-08 Thread Ferhat Can
Hello Martin, Your problem is related to PHP not MySQL. You should check the max_post_size directive in yor php.ini file. AFAIK, this limit is set to 8M. If you decreased the size, increasing it may solve your problem. max_post_size controls the maximim POST size you can do, and if you

Re: PHPMyAdmin and mySQL

2002-07-29 Thread Robin Johnson
On 29 Jul 2002, William Bradley wrote: > >>From suggestions I received on this mySQL list I installed phpMyAdmin > from the Mandrake 8.2 CDrom, which is the system I am running.So I am > presuming that there are a number of members on the list using > phpMyAdmin. I am one of the developers of php

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread hcir
one way is to create a file in /usr/local/mysql/data OR wherever you data dir is named "my.cnf" with the following contents [mysql] local-infile = 1 On Friday, July 5, 2002, at 02:13 , Bin Zhang wrote: > Thanks for the pointer. Anyone know how to make phpMyAdmin to work > around this new "fe

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread Bin Zhang
Thanks for the pointer. Anyone know how to make phpMyAdmin to work around this new "feature"? Thanks. Bz On Fri, 2002-07-05 at 10:14, hcir wrote: > starting with version 3.23.49, load data local is dis-abled > > see this URL for more info > > http://www.mysql.com/doc/L/O/LOAD_DATA_LOCAL.html

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread hcir
starting with version 3.23.49, load data local is dis-abled see this URL for more info http://www.mysql.com/doc/L/O/LOAD_DATA_LOCAL.html > I upgraded my redhat to 7.3, which comes with mysql 3.23.49. Since > then, I am no longer able to upload data files into mysql databases. > > This is what

Re: phpmyadmin and mysql client conflict!! HOW?!

2001-07-10 Thread Jason Ziegler
Here's a clearer indication of the problem I mentioned earlier: In the mysql client terminal output below, note how the column type of startDate does not show up as changed from timestamp to date (even though I had changed it earlier in phpmyadmin) until I run "Repair Table" on the table in PH

Re: phpmyadmin and mysql client conflict!! HOW?!

2001-07-10 Thread Werner Stuerenburg
> I just changed a column type (timestamp --> date) in PHPmyadmin, but > when I checked the table structure in the mysql client immediately > afterwards, it showed up with the old column type!! > Has anyone else had something like this happen? No. I just tested, everything ok. > How can PHPmya