Re: What does this error mean?

2005-07-28 Thread Gleb Paharenko
Hello. Please, check if the problem exists on the latest release (4.1.13 now). It might be a bug like: http://bugs.mysql.com/bug.php?id=9703 "Octavian Rasnita" <[EMAIL PROTECTED]> wrote: > Hi, > > I have tried the following query and it works fine. It takes 11 seconds and > this is a

What does this error mean?

2005-07-24 Thread Octavian Rasnita
Hi, I have tried the following query and it works fine. It takes 11 seconds and this is a little too much, but this is another issue. The problem is that if I delete the following condition from it: a.id_categories=31 The query gives the following error: ERROR 1032 (HY000): Can't find record i

Re: What does this error mean: "Duplicate entry '273' for key 1"

2004-02-05 Thread Sergei Golubchik
Hi! On Feb 05, Daniel R. Anderson wrote: > I got the following error on a perl script: > > "Duplicate entry '273' for key 1" > > I googled for it and found a thread telling me to DROP the table and re > CREATE it. So I did, and my script is working fine. My question: why > did this happen, w

Re: What does this error mean: "Duplicate entry '273' for key 1"

2004-02-05 Thread Daniel R. Anderson
Paul DuBois wrote: At 15:50 + 2/5/04, Daniel R. Anderson wrote: I got the following error on a perl script: "Duplicate entry '273' for key 1" It means you tried to set the value of the column corresponding to key one to 273, and there was already a record that had that value. I googled for

Re: What does this error mean: "Duplicate entry '273' for key 1"

2004-02-05 Thread Paul DuBois
At 15:50 + 2/5/04, Daniel R. Anderson wrote: I got the following error on a perl script: "Duplicate entry '273' for key 1" It means you tried to set the value of the column corresponding to key one to 273, and there was already a record that had that value. I googled for it and found a thread

Re: What does this error mean: "Duplicate entry '273' for key 1"

2004-02-05 Thread Duncan Hill
On Thursday 05 February 2004 15:50, Daniel R. Anderson wrote: > I got the following error on a perl script: > > "Duplicate entry '273' for key 1" > > I googled for it and found a thread telling me to DROP the table and re > CREATE it. So I did, and my script is working fine. My question: why > di

What does this error mean: "Duplicate entry '273' for key 1"

2004-02-05 Thread Daniel R. Anderson
I got the following error on a perl script: "Duplicate entry '273' for key 1" I googled for it and found a thread telling me to DROP the table and re CREATE it. So I did, and my script is working fine. My question: why did this happen, why did dropping and recreating work, and what can I do

Re: What does this error mean??!!

2001-09-05 Thread Deryck Henson
Thnx - Deryck H - http://www.comp-u-exchange.com - Original Message - From: "Attila Soki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 8:42 PM Subject: Re: What does this error mean??!! > hi, > > try to execute thi

Re: What does this error mean??!!

2001-09-05 Thread Attila Soki
hi, try to execute this query too: FLUSH PRIVILEGES; bye, ati - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e

Re: What does this error mean??!!

2001-09-05 Thread Deryck Henson
]> Sent: Wednesday, September 05, 2001 12:12 AM Subject: RE: What does this error mean??!! > > )-Original Message- > )From: Deryck Henson [mailto:[EMAIL PROTECTED]] > )Sent: Tuesday, September 04, 2001 10:10 PM > )To: [EMAIL PROTECTED] > )Cc: MySQL > )Subject: Re: What

RE: What does this error mean??!!

2001-09-05 Thread Venu
)-Original Message- )From: Deryck Henson [mailto:[EMAIL PROTECTED]] )Sent: Tuesday, September 04, 2001 10:10 PM )To: [EMAIL PROTECTED] )Cc: MySQL )Subject: Re: What does this error mean??!! ) ) )Would you be so kind as to do that step by step? I'm very new to this and )don't

Re: What does this error mean??!!

2001-09-04 Thread Deryck Henson
change.com - Original Message - From: "Venu" <[EMAIL PROTECTED]> To: "Deryck Henson" <[EMAIL PROTECTED]>; "Joshua J. Kugler" <[EMAIL PROTECTED]> Cc: "MySQL" <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 12:00 AM Subject: R

RE: What does this error mean??!!

2001-09-04 Thread Venu
)-Original Message- )From: Deryck Henson [mailto:[EMAIL PROTECTED]] )Sent: Tuesday, September 04, 2001 9:55 PM )To: Joshua J. Kugler )Cc: MySQL )Subject: Re: What does this error mean??!! ) ) )I know that!!! But how do I fix it? On the DSN, I put uid and )pwd to blank )because I did

Re: What does this error mean??!!

2001-09-04 Thread Deryck Henson
on" <[EMAIL PROTECTED]>; "Deryck Henson" <[EMAIL PROTECTED]>; "MySQL" <[EMAIL PROTECTED]> Sent: Tuesday, September 04, 2001 7:02 PM Subject: Re: What does this error mean??!! > It means that access for the user connecting from the domain something.com &g

Re: What does this error mean??!!

2001-09-04 Thread Joshua J. Kugler
It means that access for the user connecting from the domain something.com has been denied. You don't have permissions set up properly. j- k- On Tuesday 04 September 2001 15:59, Deryck Henson wrote: > [TCX][MyODBC]Access denied for user: '[EMAIL PROTECTED]' to database > 'dbasename' >

What does this error mean??!!

2001-09-04 Thread Deryck Henson
[TCX][MyODBC]Access denied for user: '[EMAIL PROTECTED]' to database 'dbasename' I get this every time I try to connect with mysql. - Deryck H - http://www.comp-u-exchange.com - Before posting, please check: http://www.my