From: "Jenny Christy" <[EMAIL PROTECTED]>
> I m using mysql server and myodbc driver in linux.
>
> I wud like to print the correct error message if any
> error occur while we r communicating with server eg.
> access denied, connection failure, no data is
> available , table does not exits,
On Tuesday, 12. February 2002 06:07, Chetan Lavti wrote:
Hi!
> hi,
> I am using C api's for accessing the MySQL server, I want to make use of
> the mysql api's inside the functions I have made. I do not want to print
> the description of the error, instead, I want to display out the error
> code c
Thanks a lot for the perror. However it doesn't seem to have descriptions
for some code (ex. 1046, 1064).
But still, it was really usefull (y MySQL book doesn't mention that, weird)
Cindy wrote:
C:
C: Bill Adams writes:
C: >Cindy wrote:
C: >
C: >> I tried checking for error codes in the
Bill Adams writes:
>Cindy wrote:
>
>> I tried checking for error codes in the documentation, but didn't find
>> anything particularly useful.
>>
>> I'm getting this:
>> mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wor
>dindex (aid, wid, wordform, start, length);
Cindy wrote:
> I tried checking for error codes in the documentation, but didn't find
> anything particularly useful.
>
> I'm getting this:
> mysql> load data infile '/export/home/Scratch/WordIndex.txt' into table wordindex
>(aid, wid, wordform, start, length);
> ERROR 1030: Got error 28 from ta
e-
> From: Javier Armendáriz [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 21, 2001 5:49 AM
> To: DL Neil; [EMAIL PROTECTED]
> Subject: Re: Error codes list
>
>
> Thanks a lot, as you know, I need to translate error codes (such as
> duplicate references) to the future (i h
Thanks a lot, as you know, I need to translate error codes (such as
duplicate references) to the future (i hope) program operator. The error
codes are for operators (those who write data into the catalog), not for
public, I know PHP error reporting functions with MySQL, but i would like
to wri
Get the pdf version from php.net.
At 01:02 P 21/10/01, DL Neil wrote:
>Hi
>
>Maybe it is in the manual, but i can´t find it in the way i need.
>Does anybody know where to find a complet list of MySQL error codes with
>number and descripcion in order to make a library for handling and
>reporting a
Hi
Maybe it is in the manual, but i can´t find it in the way i need.
Does anybody know where to find a complet list of MySQL error codes with
number and descripcion in order to make a library for handling and
reporting alerts to users in php
Hola Javier,
Yes it is in the manual - but try t
yogi writes:
> Hi, is there a comprehensive list of mySQL error codes and the related
> messages somewhere?
> Thanx, Cheerio, yogi
>
> - travel light!
> e-mail: [EMAIL PROTECTED]
Hi,
Try perror #err_code. 'perror' (print error) comes with MySQL
distribution. perror works also for system
Looks to me like a permissions problem. If you were manipulating the
MYSQL files as root or if you copied or moved them, this could happen.
Look at the permissions on a "working" machine and match those on this
machine. The permissions need to allow changes, but too permissive
permissions will
perror will tell you
Error code 69: Srmount error
This looks pretty much like a system error to me. Ask your ISP.
[EMAIL PROTECTED] schrieb am Donnerstag, 9. August 2001, 01:25:48:
> Hello,
> I seem to have corrupted mySQL deep down inside. I can not create any tables in any
>new databas
On 7/3/01 at 12:48 PM, Gerald Clark wrote:
> Check the source for mysqld_error.h
Thanks. I have seen these, but I was hoping for a list with more explicit
descriptions. My current plan is to go through this list and take descriptions
from the manual/books for each error that I can locate, but
Check the source for mysqld_error.h
Fletcher Sandbeck wrote:
> I am looking for a concise listing of all the error codes that MySQL might
> return after issuing a SQL statement. The manual and other books I've checked
> have descriptions of the errors, but don't seem to collect them all into o
Type "perror #error_num" at the prompt, you can get what the error codes
mean from there.
ryan
> Hello,
>
> A few days ago I asked if anyone knows the numeric values of the
> Mysql error codes. Nobody responded, so I looked through the source
> code to find the answer. This info would be valu
Hello,
A few days ago I asked if anyone knows the numeric values of the
Mysql error codes. Nobody responded, so I looked through the source
code to find the answer. This info would be valuable if, for
example, you wanted to programmatically handle certain types of
errors.
In the source dis
"Bass, Benjamin" wrote:
>
> Hi all.
>
> I have a problem with one of my tables. I can get a count of records, or
> simple selects, but if I go any more complex, I get an error "ERROR 1030:
> Got error 127 from table handler". I can't seem to find any documentation
> that further explains these
17 matches
Mail list logo