Re: Mysql Error

2002-09-25 Thread Iikka Meriläinen
is already installed? Regards Peter Goggin - Original Message - From: Iikka Meriläinen [EMAIL PROTECTED] To: Peter Goggin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 10:30 PM Subject: Re: Mysql Error Hello, Your Apache is OK, but you've got a PHP

Re: Mysql Error

2002-09-25 Thread Thomas Seifert
a later version of PHP or cn I modify what is already installed? Regards Peter Goggin - Original Message - From: Iikka Meriläinen [EMAIL PROTECTED] To: Peter Goggin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 10:30 PM Subject: Re: Mysql Error

Re: mysql error in RH7.3

2002-08-28 Thread Mertens Bram
On Wed, 2002-08-28 at 03:35, nflorez wrote: I am trying to run Mysql for the first time and it fail. -- #mysql -u root -p Enter password: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) - I'm new to this list so I

RE: mysql error in RH7.3

2002-08-28 Thread Kovar Jan
do not need (maybe even must not) use -u root -p Just try it without it. Simply mysql. Jan Kovar -Original Message- From: Mertens Bram [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 9:12 AM To: [EMAIL PROTECTED] Subject: Re: mysql error in RH7.3 On Wed, 2002-08-28 at 03:35

Re: mysql error in RH7.3

2002-08-28 Thread nflorez
Thanks to all that reply to my help request. Yes, mysqld was not running. Thanks again, Nestor :-) - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: MySQL ERROR 1133 MEANING?

2002-08-16 Thread Victoria Reznichenko
duo, Friday, August 16, 2002, 2:23:52 AM, you wrote: df Hi friends: df I try to grant privileges to a user named 'glen' but not succeed. Here is df the script: [skip] df mysql grant all privileges on test.* to 'glen'@'localhost' identified by df 'tidbs1'; df ERROR 1133: Can't find any

Re: MySQL ERROR 1133 MEANING?

2002-08-16 Thread duo fu
] Subject: Re: MySQL ERROR 1133 MEANING? Date: Fri, 16 Aug 2002 17:02:01 +0300 duo, Friday, August 16, 2002, 2:23:52 AM, you wrote: df Hi friends: df I try to grant privileges to a user named 'glen' but not succeed. Here is df the script: [skip] df mysql grant all privileges on test.* to 'glen

Re: MySQL ERROR 1062: Duplicate entry '1' for key 1

2002-07-29 Thread Victoria Reznichenko
Prince, Monday, July 29, 2002, 12:58:22 PM, you wrote: PCA MySQL Question PCA I run sql version 3.23.42. PCA LOAD DATA INFILE /usr/lists INTO TABLE lists; PCA ERROR 1062: Duplicate entry '1' for key 1 PCA Please how do i run this successfully. Ive tried the REPLACE option without PCA any luck.

Re: MySQL ERROR 1062: Duplicate entry '1' for key 1

2002-07-29 Thread Dan Nelson
In the last episode (Jul 29), Prince Chidi Ajuzie said: MySQL Question I run sql version 3.23.42. LOAD DATA INFILE /usr/lists INTO TABLE lists; ERROR 1062: Duplicate entry '1' for key 1 Please how do i run this successfully. Ive tried the REPLACE option without any luck. You probably

RE: mysql error

2002-07-15 Thread Jay Blanchard
[snip] has anybody ever seen this? And knows what it means? thx. You have an error in your SQL syntax near 's self-supporting ribbed form was probably not strong enough to render the desig' at line 1 [/snip] Ye, we have all seen this. It means that there is something wrong with your query.

RE: mysql error

2002-07-15 Thread Alain Fontaine
Yes, it simply means that you have single quotes inside the string you try to save, and you need to escape them. Alain Fontaine Consultant developer VAlain S.A. http://www.valain.lu/ -Message d'origine- De : W. Enserink [mailto:[EMAIL PROTECTED]] Envoyé : lundi 15 juillet 2002 15:07 À

Re: mysql error!!!

2002-07-03 Thread Peter Matulis
start the server before connecting to it. *** REPLY SEPARATOR *** On 7/3/2002 at 3:24 PM Rahadul Kabir wrote: [root /root]# mysqladmin -u root password '30waverly' mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket

RE: mysql error!!!

2002-07-03 Thread Cal Evans
looks like mysql is not running. type ps ax and see if you see any mysqld lines. =C= * * Cal Evans * The Virtual CIO * http://www.calevans.com * -Original Message- From: Rahadul Kabir [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 2:24 PM To: MySql Mailing List Subject:

Re: mysql error (help)

2002-05-15 Thread Victoria Reznichenko
Tristan, Wednesday, May 15, 2002, 2:58:26 PM, you wrote: TT Am new to mySQL. I had installed mySQL version 3.23.49 on my pc running on TT windows 98. My problem is when I tried to populate a database using the TT command: TT load data local infile uprhs.txt into table uprhs; TT I get

Re: mysql error

2002-05-15 Thread Colin Faber
Hi Tristan, Both the client and the server must have that option enabled. You must also have the right setup in your grant tables to load files. Try loading it locally (with out the LOCAL flag) and see if that helps. Tristan Trio wrote: Hello, Am new to mySQL. I had installed mySQL

Re: MYSQL ERROR-NO.0

2002-05-09 Thread Georg Richter
On Thursday, 9. May 2002 18:43, Soilant ! wrote: Dear mysql, I just got one simple table. The PHP-Script ist ok (tested on another server), but trying to get data over my server, nothing comes back. So, I put up the lines: .mysql_errno(). - .mysql_error(). It gives back: 0 - Hello

Re: Mysql Error while starting up

2002-04-18 Thread Paul DuBois
At 17:01 -0500 4/18/02, Sridhar Peddireddy wrote: Has anyone encountered the following error, while starting the mysql daemon as a user other than root. Can't create IP Socket: Permission Denied I do not encounter any problem when running the same as root I have checked the permission on

Re: mysql error

2002-03-17 Thread Heikki Tuuri
Kannan, error 101 used to mean a lock wait timeout. In 4.0.1 and later 3.23 versions that has been replaced by a new clear-English error code. Best regards, Heikki Tuuri Innobase Oy --- Order technical MySQL/InnoDB support at https://order.mysql.com/ See http://www.innodb.com for the

Re: Mysql error .

2002-03-11 Thread George Pitcher
Also, make sure that you 'flush privileges' after storing your user details in MySQL. George - Original Message - From: Egor Egorov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 11, 2002 9:46 AM Subject: Mysql error . carlos, Saturday, March 09, 2002, 7:58:57 PM, you

Re: Mysql error .

2002-03-09 Thread Chuck \PUP\ Payne
You can't log as root because a password has been set. You need to log like this root@yourbox# mysql -u root -p It will then ask you for a password If you ever have to log onto another box use a -h hostname. | Chuck Payne | | Magi Design and

Re: mysql error

2002-02-22 Thread Markus Lervik
On Sat, 2002-02-23 at 01:52, theOtherOne wrote: Hi, I've got this problem when i try to connect to a mysql server with a PHP code Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) [mle@hal9000 data]$ perror 111 Error code 111:

Re: mysql error

2002-02-22 Thread theOtherOne
thx - Original Message - From: Egor Egorov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 22, 2002 7:30 AM Subject: mysql error theOtherOne, Saturday, February 23, 2002, 1:52:20 AM, you wrote: t Hi, t I've got this problem when i try to connect to a mysql server

Re: MYSQL error 127

2002-02-01 Thread Diana Soares
To see what an error means do: # perror error_number Example: # perror 127 Error code 127: Unknown error 127 127 = Record-file is crashed On Fri, 2002-02-01 at 14:15, Dana Sharvit wrote: Hi, when trying to perform any queries on a specific table I get the following error: Got error 127

Re: MySQL error

2001-12-10 Thread Heikki Tuuri
Hi! Table handler error 100 used to mean a deadlock or a lock wait timeout in InnoDB. Starting from version 3.23.44 these have been replaced by native MySQL error codes 1213 and 1205. Regards, Heikki http://www.innodb.com -- Order commercial MySQL/InnoDB support at https://order.mysql.com/

Re: MySQL Error

2001-09-11 Thread adam
i had the same problem chown -R mysql.mysql /var/lib/mysql and i created a symlink from /tmp to the /var/lib/mysql/mysql.sock and restarted mysql and wammo it worked.. I used this on one computer on the advice for Error 2002: ... ... mysql.sock(2) error. On Tue, 2001-09-11 at 08:53,

Re: MySQL Error

2001-09-11 Thread Martin Mokrejs
chown -R mysql.mysql /var/lib/mysql That's because there's user=root defined in safe_mysqld. I just put there mysql and it works fine. I don't know how you, but I don't like the .pid and .err file mixed with databases in the datadir. MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-/tmp/mysql.sock}

Re: MySQL Error Codes

2001-08-28 Thread Gerald Clark
Check the source. include/mysqld_error.h A. Clausen wrote: I'm developing some MySQL applications using VB6 and ADO, and need to do some work on error handling. I can get the error code easily enough from ADO's Error collection, but is there a list of error codes and their descriptions.

Re: MySQL error 145

2001-08-27 Thread mickalo
Error: 45 145 = Table was marked as crashed and should be repaired On Mon, 27 Aug 2001 08:50:45 -0600, Chris M [EMAIL PROTECTED] wrote: Does anyone know how I can go about troubleshooting what is wrong here? This is mysql on a Linux system I have no idea how to begin troubleshooting why

Re: MySQL error 145

2001-08-27 Thread Rafal Jank
Chris M wrote: Does anyone know how I can go about troubleshooting what is wrong here? This is mysql on a Linux system I have no idea how to begin troubleshooting why the ACCOUNTING.MYD file can't be opened, I need some hints. That means that the table has crashed. Repair it with

Re: MySQL Error: 1036 (Table 'tblHSBOYArticle_basic' is read only)

2001-08-16 Thread Irmund Thum
MySQL Error: 1036 (Table 'tblHSBOYArticle_basic' is read only) Session halted. go to the mysql monitor and: use database; describe blHSBOYArticle_basic; - Before posting, please check: http://www.mysql.com/manual.php

RE: mysql error

2001-07-19 Thread Adrian D'Costa
Hi, Thanks. After sending my mail I found out that the mysqld was not running. Now it is fine. Thanks once again Adrian On Tue, 17 Jul 2001 [EMAIL PROTECTED] wrote: as opposed to using safe_mysqld try starting mysql using /etc/init.d/rc.d/mysql start and stopping using

RE: mysql error

2001-07-17 Thread sean . odonnell
as opposed to using safe_mysqld try starting mysql using /etc/init.d/rc.d/mysql start and stopping using /etc/init.d/rc.d/mysql stop I had the same problem on a cobalt raq running a variant of red hat and that solved it. Sean -Original Message- From: Adrian D'Costa [mailto:[EMAIL

Re: MySQL error code list

2001-07-02 Thread Gerald Clark
Check the source. There is an error.h file. Lee, John wrote: Hi all, I am a newbie in MySQL and would like to know if there is a list of error codes for accessing MySQL database. What I am asking is something like What is the return error code for record (or row) not found? or What is

Re: MySQL error code list

2001-07-02 Thread Werner Stuerenburg
This is in the manual - how to find out and some examples: perror 126 127 132 134 135 136 141 144 145 126 = Index file is crashed / Wrong file format 127 = Record-file is crashed 132 = Old database file 134 = Record was already deleted (or record file crashed) 135 = No more room in record file

Re: Mysql error (Index page)

2001-07-01 Thread Rolf Hopkins
- Original Message - From: help [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 3:55 Subject: Mysql error (Index page) I am getting a few errors on the index page of my site. I am running the page on a windwos 2000 adv server with Mysql and PHP. I have

RE: Mysql error (Index page)

2001-07-01 Thread Mike
Take a look at http://www.devshed.com/Server_Side/PHP/PHP101_4/ there are also some other good reference material there on this. Cheers -Original Message- From: Rolf Hopkins [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 01, 2001 7:54 PM To: help; [EMAIL PROTECTED] Subject: Re: Mysql

RE: MySQL Error Codes

2001-06-17 Thread Don Read
On 18-Jun-01 Sam Peascod wrote: I have a web page which is based on mysql databases using PHP coding, but the web page refuses to display correctly. It always returns an error message: Fatal error: Call to undefined function: mysql_select_db() in

Re: MYSQL error

2001-06-12 Thread Aldo Spano
, 2001 0:03 Subject: Re: MYSQL error Ok! thanks. I tried and with the prompt it seems to work. Effectively i have this error often, but sometime it works correctly. Maybe the packet it's too big? A. Scrive Rolf Hopkins [EMAIL PROTECTED]: You don't have to join the mailing

RE: MYSQL error

2001-06-12 Thread Simon Green
Read The Manual = RTFM -Original Message- From: Aldo Spano [mailto:[EMAIL PROTECTED]] Sent: 12 June 2001 14:30 To: Rolf Hopkins Cc: [EMAIL PROTECTED] Subject: Re: MYSQL error What is RTFM? A. Scrive Rolf Hopkins [EMAIL PROTECTED]: There are settings that could probably fix

Re: MYSQL error

2001-06-12 Thread Nisha Raju
It is Read The Fine Manual. - Original Message - From: Simon Green [EMAIL PROTECTED] To: 'Aldo Spano' [EMAIL PROTECTED]; Rolf Hopkins [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 6:58 PM Subject: RE: MYSQL error Read The Manual = RTFM You don't have to join

Re: MYSQL error

2001-06-11 Thread Aldo Spano
] To: Rolf Hopkins [EMAIL PROTECTED] Sent: Monday, June 11, 2001 21:27 Subject: Re: MYSQL error Thank you very much for answer. I removed from the list cause I received too much e-mail and basicly i'm not even on-line, so my mailbox becomes full in a white. IMP is a package wrote

Re: MYSQL error

2001-06-11 Thread Rolf Hopkins
There are settings that could probably fix the problem then but I would need to RTFM. - Original Message - From: Aldo Spano [EMAIL PROTECTED] To: Rolf Hopkins [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 0:03 Subject: Re: MYSQL error Ok! thanks. I tried

Re: MySQL error 1114: The table 'SQL7db1e_0' is full

2001-04-06 Thread Gerald Clark
It is in the Problems and Common Errors section of the manual. Petio Tonev wrote: Hi, I have problem with left join on two table. Version on MySQL is 3.22.25 and it started under linux. The table is: tb_a: id (int) name_sid (int) tb_b: id (int) type_id (int) value (varchar)

Re: mysql error 2002e

2001-03-28 Thread Gerald Clark
Forget it. That compiler is broken. Use GCC-2.95.2 root wrote: hi there o wise ones i know i should RTFM, but i am, its right here infront of me. maybe its cause i cant start working with sql till i get home from slavin for the man or whatever, but id really like to get it

RE: mysql error

2001-03-21 Thread Rick Emery
What is the error message? Ensure /var, /var/lib, /var/lib/mysql have these permissions: drwxr-xr-x -Original Message- From: webmaster [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: mysql error I have suse linux 7.1, I installed mysql

Re: mySQL error ?

2001-03-12 Thread Boulat Khakimov
TranceMaster wrote: I couldn't connect to mysql server, beacuse it said that user root@localhost couldn't connect (?!) but before that I did something with the grant tables, I don't remeber what? But I made one cgi that used tables, but it coonected to the mysql server as root user and a

Re: Mysql ERROR

2001-02-27 Thread Ryan Snow
When ever i add a new number i get a processing form error in the SQL statements? tells me to report this error? does anyone know what is going on happens when i try to add a new item to the database. - Before posting, please

<    1   2