Re: Replication fails with "file not found" error - but file is there

2005-11-01 Thread Jon Drukman
Gleb Paharenko wrote: Hello. Have a look here: http://dev.mysql.com/doc/refman/5.0/en/not-enough-file-handles.html thanks, i've upped the open-files-limit variable. we'll see how it goes. -jsd- -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscri

Re: Replication fails with "file not found" error - but file is there

2005-11-01 Thread Gleb Paharenko
Hello. Have a look here: http://dev.mysql.com/doc/refman/5.0/en/not-enough-file-handles.html Jon Drukman wrote: > Master and slaves are both Mysql 4.1.14 standard. There are six slaves, > and this error kept happening on #2 and #4, but then it stopped. I > thought it was all gone

RE: Replication fails with "file not found" error - but file is there

2005-10-31 Thread John McCaskey
S level? What OS and filesystem is this being used on? John From: news on behalf of Jon Drukman Sent: Mon 10/31/2005 5:28 PM To: mysql@lists.mysql.com Subject: Replication fails with "file not found" error - but file is there Master and slaves are both Mys

Replication fails with "file not found" error - but file is there

2005-10-31 Thread Jon Drukman
Master and slaves are both Mysql 4.1.14 standard. There are six slaves, and this error kept happening on #2 and #4, but then it stopped. I thought it was all gone for good but today it happened on #3. The symptom is: Replication stops with the following error: Error 'Can't find file: './gspo

file not found error when trying to import CSV to database table

2002-03-21 Thread Timothy J. Luoma
Hello, I am painfully new to mySQL (I'm working on my first database), so my apologies if I ask something stupid. I am using phpMyAdmin 2.2.0 to connect to MySQL 3.23.36 I have a database named "aro" with a table "specialdays" I have a CSV that I want to import to the 'specialdays' I wen

Re: File Not Found Error

2001-04-29 Thread oltra jean-michel
On Wed, 25 Apr 2001, newsgroups wrote: > Date: Wed, 25 Apr 2001 20:15:07 -0400 > From: newsgroups <[EMAIL PROTECTED]> > To: MySQL-Group <[EMAIL PROTECTED]> > Subject: File Not Found Error > > Sorry to be such an everything newbie. Perhaps this a unix error and not

Re: File Not Found Error

2001-04-26 Thread David Block
Bit me a few weeks ago. It's a permissions problem- mysql doesn't have permissions to read the file, therefore it does not exist. cd /var/lib/mysql chown mysql */* chgrp mysql */* Then it will work. --- David Block [EMAIL PROTECTED] http://bioinfo.pbi.nrc.ca/dblock/wiki NRC Plant Biote

File Not Found Error

2001-04-25 Thread newsgroups
Sorry to be such an everything newbie. Perhaps this a unix error and not MySQL but a simple Describe statement reports that a *.frm file is missing, yet that file exists in the same folder. What could be wrong? Sorry about the long LS. TIA, John ... # mysql -p mysql Didn't find any fields i