Re: MySQL and phpMyAdmin

2005-03-21 Thread Gleb Paharenko
Hello. I think you should rebuild php with the 4.1.10 libraries. Search in the archives at http://lists.mysql.com/mysql about successful solution for similar problem(s). See: http://dev.mysql.com/doc/mysql/en/old-client.html Asad Habib <[EMAIL PROTECTED]> wrote: > I just i

Re: MySQL and phpMyAdmin

2005-03-19 Thread Karam Chand
Even I had the same problem so I moved to using SQLyog and its an awesom client. http://www.webyog.com Karam --- Asad Habib <[EMAIL PROTECTED]> wrote: > I just installed phpMyAdmin, made the appropriate > changes in the > config.inc.php file, and got the following error > when accessing it via >

Re: MySQL and phpMyAdmin

2005-03-19 Thread Michael Stassen
Did you try searching on the error message first? I got hundreds of hits in Google for this. Searching the mysql docs, the first hit has the explanation. The short version is that password security has been improved in mysql 4.1, so clients

MySQL and phpMyAdmin

2005-03-19 Thread Asad Habib
I just installed phpMyAdmin, made the appropriate changes in the config.inc.php file, and got the following error when accessing it via both IE and Safari on Mac OS X Panther client. #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client I am

Re: Mysql and PHPMYadmin

2004-08-03 Thread Barry Zimmerman
://www.fishingvenues.com -- > From: Victor Pendleton <[EMAIL PROTECTED]> > Date: Mon, 2 Aug 2004 13:46:02 -0500 > To: "'Barry Zimmerman '" <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED] '" > <[EMAIL PROTECT

RE: Mysql and PHPMYadmin

2004-08-02 Thread Victor Pendleton
and PHPMYadmin Hi, Hoping that someone can help me, as I have tried everywhere for help and still cannot get this to work. I am using MySQL 4.1.1 I have a sql file that contains french accent characters. I have 8 fields in my database. Now the content of the text file imports into my database

Mysql and PhpMyadmin problem

2004-08-02 Thread Barry Zimmerman
Hi, Hoping that someone can help me, as I have tried everywhere for help and still cannot get this to work. I am using MySQL 4.1.1 I have a sql file that contains french accent characters. I have 8 fields in my database. Now the content of the text file imports into my database, when I import th

Mysql and PHPMYadmin

2004-08-02 Thread Barry Zimmerman
Hi, Hoping that someone can help me, as I have tried everywhere for help and still cannot get this to work. I am using MySQL 4.1.1 I have a sql file that contains french accent characters. I have 8 fields in my database. Now the content of the text file imports into my database, when I import th

urgent problem with mysql and phpmyadmin

2002-02-21 Thread Victoria Reznichenko
Andrew, Thursday, February 21, 2002, 3:31:16 AM, you wrote: AB> I have created a table in the mysql db, using phpmyadmin with the following AB> statement: AB> create table books AB> ( isbn char(13) not null,author char(30),title(60),price float(4,2),primary AB> key(isbn)); AB> which works fine

RE: urgent problem with mysql and phpmyadmin

2002-02-20 Thread David McInnis
xx.x David McInnis -Original Message- From: Andrew Bunkell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 5:31 PM To: [EMAIL PROTECTED] Subject: urgent problem with mysql and phpmyadmin I have created a table in the mysql db, using phpmyadmin with the following stat

urgent problem with mysql and phpmyadmin

2002-02-20 Thread Andrew Bunkell
I have created a table in the mysql db, using phpmyadmin with the following statement: create table books ( isbn char(13) not null,author char(30),title(60),price float(4,2),primary key(isbn)); which works fine and creates the table i need the problem comes when i try to insert some values into

Using MySQL and phpmyadmin 2.2

2002-01-22 Thread Mark Stringham
I am running MySQL and using phpmyadmin 2.2 as the GUI. I noticed that if there is a lot of db activity - the "overhead" increases on various tables. What causes "overhead" ? I have looked into the MySQL docs and haven't really found much of an answer. Any help is appreciated. Mark ---