ERROR 1030 at line 1: Got error 127 from table handler

2001-03-07 Thread rmroczk
I am using version 3.32.23 and I receive these errors frequently when using the mysql client using select statements. These messages are showing in the mysqld error log as a result: 010307 0:46:03 read_next: Got error 127 when reading table ./perf/webstats_apollo 010307 9:17:12 read_next:

Re: ERROR 1030 at line 1: Got error 127 from table handler

2001-03-07 Thread Rolf Hopkins
Suggestion only: Tried myisamchk on the table? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 08, 2001 0:10 Subject: ERROR 1030 at line 1: Got error 127 from table handler I am using version 3.32.23 and I receive these errors frequently when

Re: ERROR 1030 at line 1: Got error 127 from table handler

2001-03-07 Thread Steven Roussey
010307 9:29:44 read_next: Got error 127 when reading table ./perf/webstats_apollo What causes them and how can I prevent them? Check to be sure you have enough open file descriptors. Set open-files for safe_mysqld or hack a ulimit in there yourself. Sincerely, Steven Roussey Network54.com