Re: Is this a MySQL error?

2002-12-26 Thread Paul DuBois
At 11:47 +0200 12/25/02, Octavian Rasnita wrote: Hi all, I gave the following command in the default MySQL client: select from_days(365); The result is -00-00 instead of 0001-00-00. If I gave the following command: select from_days(366); It gives the result 0001-01-01. If I give

Is this a MySQL error?

2002-12-25 Thread Octavian Rasnita
Hi all, I gave the following command in the default MySQL client: select from_days(365); The result is -00-00 instead of 0001-00-00. If I gave the following command: select from_days(366); It gives the result 0001-01-01. If I give numbers less than 356, the result is 0 for the year, the

Re: Is this a MySQL error?

2002-12-25 Thread Benjamin Pflugmann
Hello. On Wed 2002-12-25 at 11:47:22 +0200, [EMAIL PROTECTED] wrote: Hi all, I gave the following command in the default MySQL client: select from_days(365); The result is -00-00 instead of 0001-00-00. If I gave the following command: select from_days(366); It gives the

Opaque mysql error ...

2002-12-08 Thread Dennis Allison
I have a moderately large database (150K records of nine fields, a bit under 500 bytes per record with a primary key. The database is of Type BDB. To improve query performance I concluded I needed to add a three element index. Running alter table foo add index udex( w_1, w_2, w3 );

Re: MySQL - ERROR 2003: Can't connect

2002-10-21 Thread Joseph Bueno
Clive Grigg wrote: Hi. I am new to this and can't get started because I receive the error message: ERROR 2003: Can't connect to MySQL server on 'localhost' (10061). o/s : WindowsXP. Any ideas? Thanks, Clive. Hi, I don't use MySQL on Windows so I can't really help you; however,

MySQL - ERROR 2003: Can't connect

2002-10-21 Thread Clive Grigg
Hi. I am new to this and can't get started because I receive the error message: ERROR 2003: Can't connect to MySQL server on 'localhost' (10061). o/s : WindowsXP. Any ideas? Thanks, Clive. - Before posting, please check:

re: MySQL Error

2002-10-12 Thread Paul DuBois
At 13:15 +0300 10/11/02, Victoria Reznichenko wrote: Abhi, Thursday, October 10, 2002, 8:30:43 PM, you wrote: A I am not able to connect mysql server after executing this command A ./safe_mysqld -O key_buffer=64M -O table_cache=256 -O A sort_buffer=4M -O read_buffer_size=1M The

re: MySQL Error

2002-10-11 Thread Victoria Reznichenko
Abhi, Thursday, October 10, 2002, 8:30:43 PM, you wrote: A I am not able to connect mysql server after executing this command A ./safe_mysqld -O key_buffer=64M -O table_cache=256 -O A sort_buffer=4M -O read_buffer_size=1M A [repository@shoggoth bin]$ ./mysql -u root A ERROR 2002:

MySQL Error

2002-10-10 Thread Abhi
Dear Mysql user, I am not able to connect mysql server after executing this command ./safe_mysqld -O key_buffer=64M -O table_cache=256 -O sort_buffer=4M -O read_buffer_size=1M [repository@shoggoth bin]$ ./mysql -u root ERROR 2002: Can't connect to local MySQL server through socket

MySQL Error 1030: Got error -30996 from table handler

2002-10-01 Thread Sridhar Peddireddy
List, I would appreciate if somebody has any ideas on the above error. We are getting this error Error 1030: Got error -30996 from table handler with BDB tables on a Linux Server (Red Hat 7.3), the version of MySQL is 3.23.42 Thanks Sridhar

Re: Mysql Error

2002-09-25 Thread Peter Goggin
]; [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 12:28 AM Subject: Re: Mysql Error if I remember right, there is a php-mysql*rpm package for redhat which corrects this problem. Thomas On Wed, 25 Sep 2002 23:23:07 +1000 Peter Goggin [EMAIL PROTECTED] wrote: The php is as installed

Mysql Error

2002-09-25 Thread Peter Goggin
I have got apache and mysql running on my linux server. When connecting to my web site I get the following error: Fatal error: Call to undefined function: mysql_close() in /usr/local/www/vantweststamps/databaselogin.php on line 15 Does this mena the apache server has not been linked to the

Re: Mysql Error

2002-09-25 Thread Iikka Meriläinen
Hello, Your Apache is OK, but you've got a PHP version that's not configured with the --with-mysql option. You need to recompile PHP if you've installed from the source. Regards, Iikka On Wed, 25 Sep 2002, Peter Goggin wrote: I have got apache and mysql running on my linux server. When

Re: Mysql Error

2002-09-25 Thread Peter Goggin
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 version that's not configured with the --with-mysql option. You need to recompile PHP if you've installed from the source. Regards, Iikka On Wed

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/

mysql error in RH7.3

2002-08-27 Thread nflorez
I am trying to run Mysql for the first time and it fail. Any ideas? Thanks, Nestor :-) -- #mysql -u root -p Enter password: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) -

MySQL ERROR 1133 MEANING?

2002-08-17 Thread Michael Widenius
Hi! duo == duo fu [EMAIL PROTECTED] writes: duo Hi friends: duo I try to grant privileges to a user named 'glen' but not succeed. Here is duo the script: mysql select * from user where User='glen'; duo | localhost | glen |... mysql grant all privileges on test.* to 'glen'@'localhost'

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

MySQL ERROR 1133 MEANING?

2002-08-15 Thread duo fu
Hi friends: I try to grant privileges to a user named 'glen' but not succeed. Here is the script: -# mysql update user set Password=password('tidbs1') where User='glen'; Query OK, 0 rows affected (0.00 sec) Rows matched: 1

MySQL ERROR 1133 MEANING?

2002-08-15 Thread duo fu
Hi friends: I try to grant privileges to a user named 'glen' but not succeed. Here is the script: -# mysql update user set Password=password('tidbs1') where User='glen'; Query OK, 0 rows affected (0.00 sec) Rows matched: 1

MySQL Error Logs Question

2002-08-04 Thread Paul Maine
How can I set up MySQL error logging? Is there any PHP MySQL error log parsers? Thank You - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

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

2002-07-29 Thread Prince Chidi Ajuzie
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. - Before

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

mysql error

2002-07-15 Thread W. Enserink
Hi all, 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 regards Wilbert mysql error / query - Pas de Deux Van

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
: [EMAIL PROTECTED] Objet : mysql error Hi all, 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 regards Wilbert mysql error / query

ADO or MySQL error ?

2002-07-03 Thread Martin Teefy
Hi, I have installed mySql 3.23 max for NT and i'm getting the following error, but I am not sure if it is ADO or MySQL at fault ! I need to list the tables,columns and indices of the DB and the last index access statement is failing. I'm accessing MySql via a DSN connection from within VB6.

mysql error!!!

2002-07-03 Thread Rahadul Kabir
[root /root]# mysqladmin -u root password '30waverly' mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql .sock' (111)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' ex ists! [root

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
: mysql error!!! [root /root]# mysqladmin -u root password '30waverly' mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql .sock' (111)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' ex

mySQL Error Code: (2003)

2002-05-22 Thread Konrad Steynberg
Hi, Sometime when connecting to mysql I get mySQL Error Code: (2003) Can't connect to MySQL server on '127.0.0.1' (10061) even when the server is up and running. I think it might happen cause it is very busy. I there a way to maybe make it wait longer for the client to connect? Thanx

mysql error (help)

2002-05-15 Thread Tristan Trio
Hello guys, Am new to mySQL. I had installed mySQL version 3.23.49 on my pc running on windows 98. My problem is when I tried to populate a database using the command: load data local infile uprhs.txt into table uprhs; I get an error message ERROR 1148: The used command is not allowed

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

MYSQL ERROR-NO.0

2002-05-09 Thread Soilant !
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 - What does it mean? Is there maybe NO connection to MySql? Sorry

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

Structure of Mysql Error Messages

2002-05-02 Thread Tim Johnson
Hello All: I am using mysql Ver 11.15 Distrib 3.23.41, for redhat-linux-gnu (i386) on RH 7.2 So far, I am getting the following impression: Mysql error messages can be delimited into 3 sections: delimited by 2 colons. 1)Error code example- ERROR 1045

Mysql Error while starting up

2002-04-18 Thread Sridhar Peddireddy
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 /datadir /basedir /tmp, they seem to be OK. Thanks

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

MySQL - ERROR 2002

2002-04-02 Thread Victoria Reznichenko
Andrew, Tuesday, April 02, 2002, 10:06:42 AM, you wrote: A I keep on getting the following error message when trying to connect to A MySQL - ERROR 2002: Can't connect to local MySQL server through socket A '/var/lib/mysql/mysql.sock' A This can be fixed by creating a link from the /tmp

MySQL - ERROR 2002

2002-04-01 Thread Andrew
G'day, I keep on getting the following error message when trying to connect to MySQL - ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' This can be fixed by creating a link from the /tmp/mysql.sock file. Which I have done and still get the same error

mysql error

2002-03-17 Thread Kannan_R
Placed At : Hi ... I have a database having 30 tables..i run mysql-4.0.0 with innodb..updates and delete on one paritcular table fail ..when i run the query the prompt jus t hangs and i get the following error.. ERROR 1030: Got error 101 from

Re: mysql error

2002-03-17 Thread Heikki Tuuri
for the online manual and latest news on InnoDB -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Newsgroups: mailing.database.mysql Date: Sunday, March 17, 2002 3:48 PM Subject: mysql error Placed At : Hi ... I have a database having 30

Mysql error .

2002-03-11 Thread Egor Egorov
carlos, Saturday, March 09, 2002, 7:58:57 PM, you wrote: ca Can someone help and tell how can i fix this error . ca Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' ca (Using password: YES) Are you sure that your password was correct? You can find causes of access

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

Mysql error .

2002-03-09 Thread carlos . arnt
Can someone help and tell how can i fix this error . Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: YES) Thanks . Carlos Arnt . -- Use o melhor sistema de busca da Internet Radar UOL -

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

mysql error

2002-02-22 Thread theOtherOne
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) hope you can help me regards theotherone

mysql error

2002-02-22 Thread Egor Egorov
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 with a PHP t code t Warning: MySQL Connection Failed: Can't connect to local MySQL server t through socket '/tmp/mysql.sock' (111) It means that you are using

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

MYSQL error 127

2002-02-01 Thread Dana Sharvit
Hi, when trying to perform any queries on a specific table I get the following error: Got error 127 from table handle I could not find the meaning of this error in the mysql documentation, any ideas? any way I tried repairing the table using myisamchk with no success, any other ideas? Thanks

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

MySQL error

2001-12-10 Thread Demirchyan Oganes-AOD098
Hello everyone, I'm getting error 100 from table handler. This is generated by the MySQL ODBC. Does anyone know what this can be caused by? I'm doing an Update, when it results in this error. But not every time, it happens randomly. Regards, Oganes Demirchyan Oganes Demirchyan

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: Annoying DBD-mySQL error wont go away

2001-11-26 Thread sherzodR
To be more specific, everytime you use $dbh-prepare(...), after you're done with'em, do $sth-finish(); That should solve the problem. Good luck -- sherzodR On Mon, 26 Nov 2001, Colin Faber wrote: You've failed to close your prepare() statements with finish() See the perldoc on DBI again.

RE: Annoying DBD-mySQL error wont go away

2001-11-26 Thread Hill, David K
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Annoying DBD-mySQL error wont go away Hi, I have been pulling my hair due to this annoying error. x( DBI::db=HASH(0x1d2998c)-disconnect invalidates 1 active statement handle

Annoying DBD-mySQL error wont go away

2001-11-26 Thread Jaime Teng
Hi, I have been pulling my hair due to this annoying error. x( DBI::db=HASH(0x1d2998c)-disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting)

Re: Annoying DBD-mySQL error wont go away

2001-11-26 Thread Colin Faber
You've failed to close your prepare() statements with finish() See the perldoc on DBI again. Jaime Teng wrote: Hi, I have been pulling my hair due to this annoying error. x(

RE: Please...... mysql error! please reply~ here is South Korea.

2001-10-30 Thread Quentin Bennett
: BungyJump [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 30 October 2001 1:29 p.m. To: [EMAIL PROTECTED] Subject: Please.. mysql error! please reply~ here is South Korea. I'am not english speak. sorry~ ^^;; [error] # ./bin

Please...... mysql error! please reply~ here is South Korea.

2001-10-29 Thread BungyJump
I'am not english speak. sorry~ ^^;; [error] # ./bin/safe_mysqld --user=mysql Starting mysqld daemon with databases from /usr/local/mysql/data 011030 09:04:16 mysqld ended #

MySQL Error

2001-09-11 Thread Mike
Hi All After upgrading to 42 I get the Error 2002 cannot connect though socket /tmp/mysql.sock (111) But using my Win client I can connect and run commands and my Web site connects and is running fine. Using RH 7.0 latest MySQL build .42 M;) MySQL Database Enlightenment

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}

MySQL Error Codes

2001-08-28 Thread A. Clausen
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. I've been doing this by generating errors and seeing what codes

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.

MySQL error 145

2001-08-27 Thread Chris M
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. Thanks, Chris Fatal Error A serious problem was encountered: Execute failed

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: How to get all of mysql error message

2001-08-22 Thread Dr. Werner Stürenburg
½ÉÃ溸 schrieb am Mittwoch, 22. August 2001, 11:50:05: Hi. I examined mysql/Docs/mysqld_error.txt. But this file has error information from errno 1000 to 1175. I want to know all of error numbers and messages I can see when programming mysql access code. From the shell, use perror

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

2001-08-16 Thread ÇóÊdz±
are read only. PHP said: MySQL Error: 1036 (Table 'tblHSBOYArticle_basic' is read only) Session halted. I don't know what's wrong with it. I chmod 777, but it does not work yet, then I grant insert,update,delete to the table, it doesn't get better. I used root account and the operation

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

MySQL error

2001-08-01 Thread Doug
Can any one help me with this mysql error. MySQL dead but subsys locked I goofed in setting up the root user and tried a couple of not too bright things. Now I cannot even get MySQL started. reply to [EMAIL PROTECTED] Thank you Doug

Mysql Error

2001-07-27 Thread Greg Dick
Hi, I am trying to use the precompiled version of mysql-3.23.37-ibm-4.3.3.0-rs6000. ANd when trying to start the mysqld i get the following error: exec(): 0509-036 Cannot load program ./mysqld because of the following errors: 0509-150 Dependent module /usr/local/lib/libz.a(shr.o) could not be

[MySQL] Error when creating database

2001-07-23 Thread Lok Yek Soon
I created a script to create a table. The script is as follows: === use Contacts; CREATE TABLE Lead (lastname varchar(50), firstname varchar(50), title varchar(200), company varchar(200), telephone_work varchar(15), telephone_home varchar(15), fax varchar(15), email varchar(100),

RE: mysql error

2001-07-19 Thread Adrian D'Costa
/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 PROTECTED]] Sent: 17 July 2001 08:32 To: Mysql Mailing List Subject: mysql error Hi, I just installed

mysql error

2001-07-17 Thread Adrian D'Costa
Hi, I just installed a new version of mysql (not the latest) 3.23.36 which came with rh 7.1 cd. I know that it is buggy but I have the following problems that have been discussed in the list. I search the archives but did not see how the problem got solved. The error: ERROR 2002: Can't

RE: mysql error

2001-07-17 Thread sean . odonnell
PROTECTED]] Sent: 17 July 2001 08:32 To: Mysql Mailing List Subject: mysql error Hi, I just installed a new version of mysql (not the latest) 3.23.36 which came with rh 7.1 cd. I know that it is buggy but I have the following problems that have been discussed in the list. I search the archives

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

Mysql error (Index page)

2001-07-01 Thread help
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 also installed the ODBC module. The errors I am getting are as follows: Warning: MySQL Connection Failed: Access denied for user: 'mark@localhost' (Using

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
error (Index page) - 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

MySQL error code list

2001-07-01 Thread Lee, John
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 the return error code if table doesn't exist, etc? Thanks in advance.

MySQL Error Codes

2001-06-17 Thread Sam Peascod
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 /usr/local/games/hlds_l/hlstats-1.01/hlstatsinc/db.inc on line 67 Is it

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

Mysql Error

2001-06-08 Thread root
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `' and `'). SEND-PR: From: root To: [EMAIL PROTECTED] Subject: [50 character or so descriptive subject here (for reference)] Description: I

MYSQL error

2001-06-07 Thread Aldo Spano
I use mysql with IMP, a webmail application very nice and fast. Till I used the old version of Mysql 3.22.xx i had no problem. Now i upgrade to the new one and often i have problem with mysql cause it doesn't read the packet from the applicatione and it prints a page error on the web. Someone can

MySQL error (newbie)

2001-04-12 Thread myjunk
I recently installed MySQL from the Red Hat 7.0 CD. When I try to access MySQL as a standard user I get this error. "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.socket'(111)" Any idea on what I need to do to correct this? Mike

<    1   2   3   4   >