error with phpMyAdmin and MySQL 4.1.7

2004-11-03 Thread DeRyl
hi, I've just installed MySQL 4.1.7 when I try to launch phpMyAdmin I see this: Witamy w phpMyAdmin 2.5.5-pl1 phpMyAdmin próbowal polaczyc sie z serwerem MySQL, a serwer odrzucil polaczenie. Powinienes sprawdzic nazwe hosta, nazwe uzytkownika i haslo w pliku config.inc.php i upewnic sie, ze odp

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

phpMyAdmin and MySQL 4.1

2004-10-27 Thread Schalk Neethling
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 upgrading MySQL client. I get this whether I am usi

Re: phpmyadmin and mysql

2003-01-08 Thread Ferhat Can
exceed this limit, your post will be discarded. - Original Message - From: "Martin Hudec" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 13:53 Subject: phpmyadmin and mysql > Hello MySQL, > > we have thi

phpmyadmin and mysql

2003-01-08 Thread Martin Hudec
Hello MySQL, we have this problem: when using phpmyadmin if we select database to view and we put SQL command to ENTER SQL QUERY/QUERIES TO DATABASE field and submit it, it will display NO SQL QUERYwhat is wrong? please help me...thank you -- Best regards, Martin

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

PHPMyAdmin and mySQL

2002-07-29 Thread William Bradley
>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. When I use the following command in a browser, phpMyAdmin starts up and then tel

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

phpMyAdmin and mysql 3.23.49

2002-07-05 Thread Bin Zhang
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 I got: The used command is not allowed with this MySQL version I think the "used command" here is referring to "load data local infile". Has a

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

phpmyadmin and mysql client conflict!! HOW?!

2001-07-09 Thread Jason Ziegler
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? How can PHPmyadmin and the mysql client show different out

Re: PROBLEMS PHPMYADMIN AND MYSQL

2001-05-26 Thread Van
Yves Soete wrote: > > Dear confrators, > > I use phpMyAdmin on Mysql servers to exchange data also to different > platforms, but with large databases, this is not a very good way to transfer > complete databases, also phpMyAdmin gives somethimes problems on Windows > platforms, what is the best,

PROBLEMS PHPMYADMIN AND MYSQL

2001-05-26 Thread Yves Soete
Dear confrators, I use phpMyAdmin on Mysql servers to exchange data also to different platforms, but with large databases, this is not a very good way to transfer complete databases, also phpMyAdmin gives somethimes problems on Windows platforms, what is the best, fastest way to transfer data bet