Re: error 29, file not found (errcode: 13)

2014-06-25 Thread thufir
I followed the manpage for mysqlimport: thufir@dur:~$ thufir@dur:~$ mysql -e 'CREATE TABLE imptest(id INT, n VARCHAR(30))' test ERROR 1045 (28000): Access denied for user 'thufir'@'localhost' (using password: NO) thufir@dur:~$ thufir@dur:~$ thufir@dur:~$ mysql -e 'CREATE TABLE imptest(id INT,

Re: error 29, file not found (errcode: 13)

2014-06-24 Thread thufir
I think it's apparmor: thufir@dur:/tmp$ thufir@dur:/tmp$ nl /etc/apparmor.d/usr.sbin.mysqld 1 # vim:syntax=apparmor 2 # Last Modified: Tue Jun 19 17:37:30 2007 3 #include 4 /usr/sbin/mysqld { 5#include 6#include 7#include 8#

Re: error 29, file not found (errcode: 13)

2014-06-24 Thread Reindl Harald
t; > Huh, maybe the daemon doesn't have access to /tmp?... > ERROR 29 (HY000): File '/tmp/make_year_model.csv' not found (Errcode: 13) then "file not found" is bullshit these days computers can distinguish between not exist and no permissions and should reflect

Re: error 29, file not found (errcode: 13)

2014-06-23 Thread thufir
/tmp/make_year_model.csv' INTO TABLE vehicles.vehicles FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n'; ERROR 29 (HY000): File '/tmp/make_year_model.csv' not found (Errcode: 13) mysql> mysql> quit Bye thufir@dur:/tmp$ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: error 29, file not found (errcode: 13)

2014-06-23 Thread Divesh Kamra
#x27; or '\h' for help. Type '\c' to clear the current input > statement. > mysql> > mysql> LOAD DATA INFILE '/home/thufir/make_year_model.csv' INTO > TABLE vehicles.vehicles FIELDS TERMINATED BY ',' LINES TERMINATED BY > '\n&#

Re: error 29, file not found (errcode: 13)

2014-06-23 Thread Carsten Pedersen
; for help. Type '\c' to clear the current input statement. mysql> mysql> LOAD DATA INFILE '/home/thufir/make_year_model.csv' INTO TABLE vehicles.vehicles FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n'; ERROR 29 (HY000): F

Re: error 29, file not found (errcode: 13)

2014-06-23 Thread Michael Dykman
27;\c' to clear the current input >statement. >mysql> >mysql> LOAD DATA INFILE '/home/thufir/make_year_model.csv' INTO >TABLE vehicles.vehicles FIELDS TERMINATED BY ',' LINES TERMINATED BY >'\n'; >ERROR 29 (HY000): File &

Re: error 29, file not found (errcode: 13)

2014-06-23 Thread Scott Helms
gt;mysql> >mysql> LOAD DATA INFILE '/home/thufir/make_year_model.csv' INTO >TABLE vehicles.vehicles FIELDS TERMINATED BY ',' LINES TERMINATED BY >'\n'; >ERROR 29 (HY000): File '/home/thufir/make_year_model.csv'

error 29, file not found (errcode: 13)

2014-06-23 Thread thufir
NES TERMINATED BY '\n'; ERROR 29 (HY000): File '/home/thufir/make_year_model.csv' not found (Errcode: 13) mysql> mysql> quit Bye thufir@dur:~$ thufir@dur:~$ cat /home/thufir/make_year_model.csv make1,model1,2012,604,buy now make2,model2,2013,780,need to sell make3,model3,2001,780,cheap thufir@dur:~$ thanks, Thufir

Re: ERROR 1 (HY000): Can't create/write to file '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13)

2011-01-19 Thread Joerg Bruehe
fix the problem? > > mysql -ugenome -hgenome-mysql.cse.ucsc.edu mm9 -A > > mysql> select geneName as symbol, name as refSeq, chrom, strand, > txStart, txEnd from refFlat group by refSeq having count(*)=1; > ERROR 1 (HY000): Can't create/write to file > '/var/lib/m

Re: ERROR 1 (HY000): Can't create/write to file '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13)

2011-01-18 Thread Johan De Meersman
On Tue, Jan 18, 2011 at 6:24 AM, sushant chawla wrote: > Make sure the following things: > > > - /tmp folder is having 1777 permissions > - mysql folder is having the ownership from which it is running. Refer > /etc/my.cnf > - Make sure you have space on your MySQL partition > Also, make

Re: ERROR 1 (HY000): Can't create/write to file '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13)

2011-01-17 Thread sushant chawla
t; > mysql> select geneName as symbol, name as refSeq, chrom, strand, > > txStart, txEnd from refFlat group by refSeq having count(*)=1; > > ERROR 1 (HY000): Can't create/write to file > > '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13) > > > > -- >

Re: ERROR 1 (HY000): Can't create/write to file '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13)

2011-01-17 Thread Yogesh Kore
art, txEnd from refFlat group by refSeq having count(*)=1; > ERROR 1 (HY000): Can't create/write to file > '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13) > > -- > Regards, > Peng > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql?unsub=yogeshk...@gmail.com > >

ERROR 1 (HY000): Can't create/write to file '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13)

2011-01-17 Thread Peng Yu
-A mysql> select geneName as symbol, name as refSeq, chrom, strand, txStart, txEnd from refFlat group by refSeq having count(*)=1; ERROR 1 (HY000): Can't create/write to file '/var/lib/mysql/#sql_9e1_0.MYI' (Errcode: 13) -- Regards, Peng -- MySQL General Mailing

ERROR 13 (HY000): Can't get stat of '/var/lib/mysql/e5publishers.txt' (Errcode: 13)

2008-08-14 Thread Mike Spreitzer
'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> load data infile '/var/lib/mysql/e5publishers.txt' -> into table e5publishers -> fields terminated by ' '; ERROR 13 (HY000): Can't get stat of &#x

Re: mysqldump: Got error: 1: Can't create/write to file 'dumpdir/tablename.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE'

2008-02-22 Thread Jed Reynolds
: mysqldump: Got error: 1: Can't create/write to file '/dump1/red1_p2.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE' I'm reading thru http://dev.mysql.com/doc/refman/5.0/en/select.html and it says that it will not write to an already existing file (so

Re: mysqldump: Got error: 1: Can't create/write to file 'dumpdir/tablename.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE'

2008-02-22 Thread Mike Spreitzer
te to file '/dump1/red1_p2.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE' [EMAIL PROTECTED] /]# ls -l dump1 total 8 -rw-r--r-- 1 root root 742 Feb 22 20:46 red1_p2.sql [EMAIL PROTECTED] /]# ps axlw | grep mysqld 0 0 8494 1 25 0 3408 944 wait Spts/

Re: mysqldump: Got error: 1: Can't create/write to file 'dumpdir/tablename.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE'

2008-02-22 Thread Jed Reynolds
what happens when you delete the files that are already in there? Looks like you're dumping to a file owned by root. Jed -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: mysqldump: Got error: 1: Can't create/write to file 'dumpdir/tablename.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE'

2008-02-22 Thread Mike Spreitzer
ed1_p2.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE' [EMAIL PROTECTED] /]# ls -ld /dump1 drwxrwxrwx 2 mysql mysql 4096 Feb 22 19:11 /dump1 [EMAIL PROTECTED] /]# ls -l /dump1 total 16 -rw-r--r-- 1 mysql mysql 29 Feb 22 18:38 foo.bar -rw-r--r-- 1 root root 742 Feb 22

Re: mysqldump: Got error: 1: Can't create/write to file 'dumpdir/tablename.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE'

2008-02-22 Thread Jed Reynolds
Mike Spreitzer wrote: So I am trying to use mysqldump --tab for the first time. I am running into the same problem everybody does on their first try --- Errcode: 13. I have set the permissions on the target directory to be completely liberal --- anybody can do anything with it --- and I still

mysqldump: Got error: 1: Can't create/write to file 'dumpdir/tablename.txt' (Errcode: 13) when executing 'SELECT INTO OUTFILE'

2008-02-22 Thread Mike Spreitzer
So I am trying to use mysqldump --tab for the first time. I am running into the same problem everybody does on their first try --- Errcode: 13. I have set the permissions on the target directory to be completely liberal --- anybody can do anything with it --- and I still get Errcode: 13. I

Re: ERROR 3 (HY000): Error writing file (Errcode: 5)

2007-11-19 Thread Ofer Inbar
Daevid Vincent <[EMAIL PROTECTED]> wrote: > mysql> use mydbB; > mysql> CREATE TABLE foo ( id int(10) unsigned NOT NULL auto_increment, name > varchar(255) NOT NULL, PRIMARY KEY id (id) ); > ERROR 3 (HY000): Error writing file './mydbB/foo.frm' (Errcode: 5) >

Re: ERROR 3 (HY000): Error writing file (Errcode: 5)

2007-11-17 Thread Ady Wicaksono
mysql> CREATE TABLE foo ( id int(10) unsigned NOT NULL auto_increment, > name > varchar(255) NOT NULL, PRIMARY KEY id (id) ); > ERROR 3 (HY000): Error writing file './mydbB/foo.frm' (Errcode: 5) > > mysql> use mydbA; > mysql> CREATE TABLE foo ( id int(10) u

ERROR 3 (HY000): Error writing file (Errcode: 5)

2007-11-16 Thread Daevid Vincent
ldn't re-create the table again. So breaking it down to basic level... mysql> use mydbB; mysql> CREATE TABLE foo ( id int(10) unsigned NOT NULL auto_increment, name varchar(255) NOT NULL, PRIMARY KEY id (id) ); ERROR 3 (HY000): Error writing file './mydbB/foo.frm' (Errcode: 5)

ERROR 11 (HY000): Can't unlock file (Errcode: 11)

2007-07-20 Thread Bernd Jagla
Hi there, Is it true that problems related to error 11 are most likely bugs in MySQL? I have a query involving a union statement with a group and order by statement around it. The total data that has to be handled by the union statement is in the 100,000 or millions rows. I am using Windows X

Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Dwight E Chadbourne
ECTED]> cc: MySql bcc: Subject:Re: mysql data into CSV file. / (Errcode: 13) Thank you , that is working with /tmp/ directory. actually what is the issue behind writing that files into user defined folder , like /home/test/ ? have you find any soluti

Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Shain Lee
1 (HY000): Can't create/write to file '/home/shaine/Music_Details.csv' > (Errcode: 13) > > I faced a problem as mentioned above. really got stucked. how can i solve > that problem ? is it a bug ? > Error 13 is Permission Denied. The MySQL daemon cannot write to your

Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Nils Meyer
Hi Shain, Shain Lee wrote: ERROR 1 (HY000): Can't create/write to file '/home/shaine/Music_Details.csv' (Errcode: 13) I faced a problem as mentioned above. really got stucked. how can i solve that problem ? is it a bug ? Error 13 is Permission Denied. The MySQL daemon canno

Re: mysql data into CSV file. / (Errcode: 13)

2007-01-11 Thread Shain Lee
MySql - server version: 4.1.7 OS - RedHat Linux AS 4 mysql> use Music; mysql> SELECT * INTO OUTFILE '/home/shaine/Music.csv' FROM Music_Details; ERROR 1 (HY000): Can't create/write to file '/home/shaine/Music_Details.csv' (Errcode: 13) I faced a problem as ment

Re: (Errcode: 13) after moving data directory

2006-04-25 Thread boll
8:43:11 [Warning] Can't create test file /mnt/FAT/mysqldata/localhost.lower-test /usr/libexec/mysqld: Can't change dir to '/mnt/FAT/mysqldata/' (Errcode: 13) 060421 8:43:11 [ERROR] Aborting I'm guessing that since mysqld_safe runs as user mysql, maybe mysqld runs a

Re: (Errcode: 13) after moving data directory

2006-04-21 Thread boll
g] Can't create test file /mnt/FAT/mysqldata/localhost.lower-test /usr/libexec/mysqld: Can't change dir to '/mnt/FAT/mysqldata/' (Errcode: 13) 060421 8:43:11 [ERROR] Aborting I'm guessing that since mysqld_safe runs as user mysql, maybe mysqld runs as a different

Re: (Errcode: 13) after moving data directory

2006-04-21 Thread Dominik Klein
reate test file /mnt/FAT/mysqldata/localhost.lower-test /usr/libexec/mysqld: Can't change dir to '/mnt/FAT/mysqldata/' (Errcode: 13) 060420 18:16:03 [ERROR] Aborting However, I can start mysqld using: mysqld_safe, so I know it's possible. Any suggestions? Thanks in adva

(Errcode: 13) after moving data directory

2006-04-20 Thread boll
file /mnt/FAT/mysqldata/localhost.lower-test /usr/libexec/mysqld: Can't change dir to '/mnt/FAT/mysqldata/' (Errcode: 13) 060420 18:16:03 [ERROR] Aborting However, I can start mysqld using: mysqld_safe, so I know it's possible. Any suggestions? Thanks in advance. -- MySQL Gene

Re: Bug? Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)

2004-12-06 Thread Heikki Tuuri
tables http://www.innodb.com/order.php - Original Message - From: ""Alejandro D. Burne"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Monday, December 06, 2004 2:40 PM Subject: Re: Bug? Can't create/write to file '/root/tmp/ibu6vdue&

Re: Bug? Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)

2004-12-06 Thread Alejandro D. Burne
; Subject: Bug? Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13) > > > After installing MySQL 5.0.2 on MDK10.0 mysqld doesn't start with error: > > > > "Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)&q

Re: Bug? Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)

2004-12-03 Thread Heikki Tuuri
Alejandro, - Original Message - From: ""Alejandro D. Burne"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Friday, December 03, 2004 7:20 PM Subject: Bug? Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13) After

Bug? Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)

2004-12-03 Thread Alejandro D. Burne
After installing MySQL 5.0.2 on MDK10.0 mysqld doesn't start with error: "Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)" I think it's a problem with innodb, if I add skip-innodb on my.cnf mysqld starts up: 041203 14:04:01 mysqld started

Re: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-29 Thread Gleb Paharenko
#x27;t open privilege tables: File > '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) > > I would like it to load the latin1.conf charset. > > I can't find any variable that influences this choice. Probably there > is something not configured

Re: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-28 Thread Michael Stassen
n immediately. The following error is presented to me: Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) I would like it to load the latin1.conf charset. I can't find any variable that influences this choice. Probably the

Fatal error: Can't open privilege tables: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)

2004-11-28 Thread Ricardo David Martins
usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) I would like it to load the latin1.conf charset. I can't find any variable that influences this choice. Probably there is something not configured or the configuration isn't supported. Anyway I would like to know how t

(Errcode: 24) when using LOCK TABLES doing backup

2004-11-08 Thread Diego Martini
-P -u -- MySQL dump 8.23 -- -- Host: localhost Database: - -- Server version 3.23.58-log /usr/local/mysql/bin/mysqldump: Got error: 1105: File '/usr/local/mysql/var/atmail/Abook_vx.MYD' not found (Errcode: 24) when

RE: Errcode: 27

2004-07-27 Thread J S
see it's copying the table file, what then though? Hi, I'm stuck on this really badly. Can anyone help me out please? Thanks, JS. I tried running the "create index" again using --verbose but this is all I got: ERROR 3 at line 1: Error writing file '/proxydb/mys

RE: Errcode: 27

2004-07-26 Thread J S
all I got: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STLd39Et' (Errcode: 27) -- CREATE INDEX timeindex ON internet_usage (uid,time) -- Bye Can anyone tell me the specifics of what happens during the create index? I can see that the table bein

RE: Errcode: 27

2004-07-26 Thread J S
Hi, I'm stuck on this really badly. Can anyone help me out please? Thanks, JS. I tried running the "create index" again using --verbose but this is all I got: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STLd39Et' (Errcode: 27) --

RE: Errcode: 27

2004-07-24 Thread J S
I tried running the "create index" again using --verbose but this is all I got: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STLd39Et' (Errcode: 27) -- CREATE INDEX timeindex ON internet_usage (uid,time) -- Bye Can anyone tell me t

Re: Errcode: 27

2004-07-23 Thread J S
Thanks but that's not v helpful. Actually that was my thread! The problem there was that I didn't have a large-file enabled filesystem. The problem I have now is being able to create another index on a table but getting an errcode 27 despite no ulimits and a large enabled filesys

Re: Errcode: 27

2004-07-23 Thread Aman Raheja
max-4.0.20-ibm-aix4.3.3.0-powerpc): > > CREATE INDEX timeindex ON internet_usage (time); > CREATE INDEX urlindex ON internet_usage (urlid); > > but keep running into the following error: > > Error writing file '/proxydb/mysql/tmp/STeR39Er' (Errcode: 27) > > $ perr

Errcode: 27

2004-07-23 Thread J S
Hi, I'm trying to run the following SQL (on mysql-max-4.0.20-ibm-aix4.3.3.0-powerpc): CREATE INDEX timeindex ON internet_usage (time); CREATE INDEX urlindex ON internet_usage (urlid); but keep running into the following error: Error writing file '/proxydb/mysql/tmp/STeR39Er

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STT btrac' (Errcode: 27

2004-07-16 Thread Victor Pendleton
Yes you can. -Original Message- From: J S To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 7/16/04 8:35 AM Subject: RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 > >Yes. Can you >CREATE TEMP TABLE ? I managed this: mysq

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27

2004-07-16 Thread J S
essage- From: J S To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 7/16/04 7:34 AM Subject: RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 >Can you explicitly create temporary tables? Yes, I have full priviledges. Do you mean I could copy the internet_us

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STT btrac' (Errcode: 27

2004-07-16 Thread Victor Pendleton
Yes. Can you CREATE TEMP TABLE ? -Original Message- From: J S To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 7/16/04 7:34 AM Subject: RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 >Can you explicitly create temporary tables? Yes

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27

2004-07-16 Thread J S
'/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 >>Are you files being created in /tmp? How big is this partition? > I wondered about that, but I've set the mysql tmpdir to /proxydb/mysql/tmp, and the error does actually say: Error writing file '/proxydb/mysql/tmp/STTbtrac' A

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STT btrac' (Errcode: 27

2004-07-16 Thread Victor Pendleton
Can you explicitly create temporary tables? -Original Message- From: J S To: [EMAIL PROTECTED] Sent: 7/16/04 3:54 AM Subject: RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 >>Are you files being created in /tmp? How big is thi

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27

2004-07-16 Thread J S
27;s tricky isn't it?! JS. -Original Message- From: J S To: [EMAIL PROTECTED] Sent: 7/15/04 2:29 PM Subject: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 Hi, I'm trying to create an index using the command: CREATE INDEX urlindex ON

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27

2004-07-15 Thread J S
27;s tricky isn't it?! JS. -Original Message- From: J S To: [EMAIL PROTECTED] Sent: 7/15/04 2:29 PM Subject: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 Hi, I'm trying to create an index using the command: CREATE INDEX urlindex ON

RE: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STT btrac' (Errcode: 27

2004-07-15 Thread Victor Pendleton
Are you files being created in /tmp? How big is this partition? -Original Message- From: J S To: [EMAIL PROTECTED] Sent: 7/15/04 2:29 PM Subject: ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27 Hi, I'm trying to create an index using the c

ERROR 3 at line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27

2004-07-15 Thread J S
line 1: Error writing file '/proxydb/mysql/tmp/STTbtrac' (Errcode: 27) perror says: $ perror 3 Error code 3: The process does not exist. $ perror 27 Error code 27: A file cannot be larger than the value set by ulimit. $ I'm using mysql-max-4.0.20-ibm-aix4.3.3.0-powerpc on ai

Re: MySQL - Chapter 1 - Newbie: Errcode:13 upon executing #mysql-p -u Me sampdb < create_president.sql

2003-03-10 Thread Paul DuBois
At 11:36 -0700 3/10/03, Mark Berkwitt wrote: I can't figure the solution: #mysql -p -u Me sampdb < create_president.sql #Enter password: ERROR 1 at line 5; Can't create/write to file './sampdb/president.frm' (Errcode:13) Please help. % perror 1 13 Error code 1: Operat

MySQL - Chapter 1 - Newbie: Errcode:13 upon executing #mysql -p -u Me sampdb < create_president.sql

2003-03-10 Thread Mark Berkwitt
I can't figure the solution: #mysql -p -u Me sampdb < create_president.sql #Enter password: ERROR 1 at line 5; Can't create/write to file './sampdb/president.frm' (Errcode:13) Please help. - Befor

mysqlbinlog: Error writing file 'UNOPENED' (Errcode: 29)

2003-02-26 Thread Mark
does anybody know what this means? My binlogs are full of them. thanks, - Mark sql - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To r

Re: MySQL error (Errcode: 13)

2003-01-28 Thread Stefan Hinz, iConnect \(Berlin\)
Dhanashri, > ALTER TABLE `timesheet` ADD `phase_desc` VARCHAR( 50 ) > Error on rename of '.\etime\timesheet.MYI' to '.\etime\#sql2-64c-19.MYI' > (Errcode: 13) I had the same kind of problem with ALTER TABLE and MySQL < 4.0.5 under Win2K. Errorcode 13 means it

MySQL error (Errcode: 13)

2003-01-27 Thread Dhanashri Peramanu
Anybody have an idea about the following error (Errcode: 13)? I am simply trying to add one more field in the table timesheet. My phpMySQL version is 3.23.55-nt Thanks. -Dhanashri Peramanu

Re: ERROR 1: Can't create/write to file (Errcode: 13)

2002-10-05 Thread Stephan Gloor
| 0 || > >>>| ANZAHLANRUFE | int(11) | | | 0 || > >>>| AUSCALLERID | tinyint(4) | | | 0 || > >>> > >>>containing 481484 records, > >>> > >>>mysql

Re: ERROR 1: Can't create/write to file (Errcode:13)

2002-10-05 Thread Joseph Bueno
;>> >>>mysql yields >>> >>>mysql> CREATE INDEX INDX_ANSCHLUSS ON ANSCHLUSS(TELEFON, REGION, LAND, >>>NETZ); >>>ERROR 1: Can't create/write to file '/home/data/mysql/tmp/STabnagj' >>>(Errcode: 13) >> >>Stephan

Re: ERROR 1: Can't create/write to file (Errcode: 13)

2002-10-05 Thread Stephan Gloor
ATE INDEX INDX_ANSCHLUSS ON ANSCHLUSS(TELEFON, REGION, LAND, > > NETZ); > > ERROR 1: Can't create/write to file '/home/data/mysql/tmp/STabnagj' > > (Errcode: 13) > > Stephan, > > tsp@host:~> perror 13 > Error code 13: Permission denied > >

Re: ERROR 1: Can't create/write to file (Errcode:13)

2002-10-04 Thread Thomas Spahni
| int(11) | | | 0 || > | AUSCALLERID | tinyint(4) | | | 0 || > > containing 481484 records, > > mysql yields > > mysql> CREATE INDEX INDX_ANSCHLUSS ON ANSCHLUSS(TELEFON, REGION, LAND, > NETZ); > ERROR 1: Can'

ERROR 1: Can't create/write to file (Errcode: 13)

2002-10-03 Thread Stephan Gloor
|| containing 481484 records, mysql yields mysql> CREATE INDEX INDX_ANSCHLUSS ON ANSCHLUSS(TELEFON, REGION, LAND, NETZ); ERROR 1: Can't create/write to file '/home/data/mysql/tmp/STabnagj' (Errcode: 13) Only 18% of the disk are in use, df shows that there

re: SELECT * INTO OUTFILE results with Errcode 28

2002-09-12 Thread Victoria Reznichenko
Andreas, Thursday, September 12, 2002, 3:56:58 PM, you wrote: AM> After a query AM> SELECT * INTO OUTFILE "test.csv" FIELDS TERMINATED BY ',' OPTIONALLY AM> ENCLOSED BY '"' FROM testtable AM> the following error occurs: AM> Error writing file

Re: SELECT * INTO OUTFILE results with Errcode 28

2002-09-12 Thread Gerald Clark
perror 28 Error code 28: No space left on device Andreas Metzner wrote: >Hi All, > >After a query >SELECT * INTO OUTFILE "test.csv" FIELDS TERMINATED BY ',' OPTIONALLY >ENCLOSED BY '"' FROM testtable > >the following error occurs: >

SELECT * INTO OUTFILE results with Errcode 28

2002-09-12 Thread Andreas Metzner
Hi All, After a query SELECT * INTO OUTFILE "test.csv" FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' FROM testtable the following error occurs: Error writing file 'test.csv' (Errcode: 28) The file was written partially indeed, but not includin

SELECT * INTO OUTFILE results with Errcode 28

2002-09-12 Thread Andreas Metzner
Hi All, After a query SELECT * INTO OUTFILE "test.csv" FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' FROM testtable the following error occurs: Error writing file 'test.csv' (Errcode: 28) The file was written partially indeed, but not includin

Re: Errcode: 13

2002-08-29 Thread Egor Egorov
Liisa, Thursday, August 29, 2002, 3:46:09 PM, you wrote: LK> Description: LK>problem installing MySQL-3.23.52-1 LK> How-To-Repeat: LK> shell> rpm -Uvh MySQL-3.23.52-1.i386.rpm [skip] LK> ERROR: 1 Can't create/write to file './mysql/db.frm' (Errcod

Errcode: 13

2002-08-29 Thread Liisa Koski
bles_priv table Preparing columns_priv table Installing all prepared tables ERROR: 1 Can't create/write to file './mysql/db.frm' (Errcode: 13) ERROR: 1 Can't create/write to file './mysql/db.frm' (Errcode: 13) ERROR: 1 Can't create/write to file './mysql/db.f

FW: Error: 7 - Error on rename ... (Errcode: 13)

2002-08-10 Thread William dw
-Original Message- From: William dw [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 10, 2002 5:34 PM To: Mysql Subject: FW: Error: 7 - Error on rename ... (Errcode: 13) Error code 13 = Permission denied. Check your permissions :) -Original Message- From: David yahoo [mailto

RE: Error: 7 - Error on rename ... (Errcode: 13)

2002-08-10 Thread Brian Loomis
omis From: "David yahoo" <[EMAIL PROTECTED]> Date: Sat, 10 Aug 2002 16:09:02 -0600 To: "Mysql" <[EMAIL PROTECTED]> Subject: Error: 7 - Error on rename ... (Errcode: 13) Hi all, While trying to upgrade a table struture i get the following error : ALTER TABLE Prefixtes

Error: 7 - Error on rename ... (Errcode: 13)

2002-08-10 Thread David yahoo
Hi all, While trying to upgrade a table struture i get the following error : ALTER TABLE Prefixtest_T_Stories ADD COLUMN IndexDisplay char(1) default 'Y' >>> Error: 7 - Error on rename of '.\testbase\Prefixtest_t_stories.MYI' to '.\testbase\#sql2-118-3.MYI&#

Re: myisamchk: Can't unlock file (Errcode: 11)

2002-08-09 Thread Gerald Clark
erence >- check data record references index: 1 >myisamchk: Can't unlock file (Errcode: 11) >- check record links >myisamchk: error: 11 when locking indexfile '../data/test/customer' > >Can anybody tell me what actually is this error? > >***

myisamchk: Can't unlock file (Errcode: 11)

2002-08-08 Thread lorenzo.kh
lients is using or hasn't closed the table properly - check file-size - check key delete-chain - check record delete-chain - check index reference - check data record references index: 1 myisamchk: Can't unlock file (Errcode: 11) - check record links myisamchk: error: 11 when locking inde

Re: How to fix errcode:13?

2002-05-30 Thread Joseph Bueno
"LeTortorec, Jean-Louis" a écrit : > > Hello every one: > > I have a problem modifying the structure of a table: > ALTER TABLE t_logs CHANGE log_id log_id INT(11) NOT NULL > AUTO_INCREMENT; > ERROR 1: Can't create/write to file './

How to fix errcode:13?

2002-05-30 Thread LeTortorec, Jean-Louis
Hello every one: I have a problem modifying the structure of a table: ALTER TABLE t_logs CHANGE log_id log_id INT(11) NOT NULL AUTO_INCREMENT; ERROR 1: Can't create/write to file './intranet/#sql-484_285.frm' (Errcode: 13) I made sure that the rights on the M

mysqldump - Errcode 24

2001-10-19 Thread BIRKBECK KAREN E
Hi Environment Mysql ver. 3.23.36 Mysqldump ver. 8.13 Solaris 2.7 Problem I have been trying to use mysqldump --tab to dump a database of 93 records but it always fails on the 61st table with the following error code mysqldump: Can't create/write to file '/bu/fred.sql

Re: Errcode

2001-09-25 Thread Ken Menzel
you use to run mysql This will set permissions on all log files and databases. Ken - Original Message - From: "Wild !" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 9:23 AM Subject: Errcode > When I try to alter a field in my t

Errcode

2001-09-25 Thread Wild !
When I try to alter a field in my table, I get the following error. I have all permissions. Please Help Failed to save field : SQL alter table employees modify employee_id smallint(4) unsigned not null auto_increment failed : Can't create/write to file './employees/#sql-13c_ab.frm

Re: Errcode:13

2001-09-21 Thread Gerald Clark
ysql version 3.23.33 using rpm file. Now i copied the > backedup datas to /var /lib/mysql directory.I can start the mysql daemon > smoothly. But when I start using the database,the following errorcode is > displayed > > Can't read dir of './backedupdatabase/' (Errcode:

Errcode:13

2001-09-21 Thread Nandakumar
smoothly. But when I start using the database,the following errorcode is displayed Can't read dir of './backedupdatabase/' (Errcode: 13) I am able to create new database and use that one. Can anybody pls help me out. Thank

Re: Error: 6 (Errcode: 13)

2001-08-28 Thread Gerald Clark
It means mysql does not have write permission on the sports directory. Grigory Bakunov wrote: > Date |Fri, 24 Aug 2001 14:09:20 -0500 >>From |"Tyler Longren" <[EMAIL PROTECTED]> > > Hello! > > TL> DROP TABLE Track > TL> Error: 6 - Error on delete

Re: Error: 6 (Errcode: 13)

2001-08-28 Thread Grigory Bakunov
Date |Fri, 24 Aug 2001 14:09:20 -0500 >From |"Tyler Longren" <[EMAIL PROTECTED]> Hello! TL> DROP TABLE Track TL> Error: 6 - Error on delete of '.\sports\track.ISD' (Errcode: 13) TL> Anyone know what that means? As you can see, it came from tryign to do

RE: Error: 6 (Errcode: 13)

2001-08-25 Thread Carsten H. Pedersen
> DROP TABLE Track > Error: 6 - Error on delete of '.\sports\track.ISD' (Errcode: 13) > > Anyone know what that means? As you can see, it came from tryign to do a > DROP on a table. "Permission denied". Maybe the dir permissions aren't correctly s

Error: 6 (Errcode: 13)

2001-08-25 Thread Tyler Longren
DROP TABLE Track Error: 6 - Error on delete of '.\sports\track.ISD' (Errcode: 13) Anyone know what that means? As you can see, it came from tryign to do a DROP on a table. Thanks, Tyler Longren - Before posting, pl

Re: Errcode: 2 when running LOAD DATA LOCAL INFILE on server

2001-08-16 Thread s. keeling
gt; When I try to run the script in localhost, it is work.But when I try in the >server,it can't work and return the error message like that : > > Error : LOAD DATA LOCAL INFILE 'C:\\purchase3.csv' INTO TABLE purchase FIELDS >TERMINATED BY ',' >(purchase_ord

Errcode: 2 when running LOAD DATA LOCAL INFILE on server

2001-08-16 Thread Yeong CN
TERMINATED BY ',' (purchase_order,job_no,username,model,quantity,due_date,sent_date,courier_service,remark) File 'C:\purchase3.csv' not found (Errcode: 2) I think it maybe the backsplashes that make the error occur.. so I change the script like that : $sql_query=strips

Re: errcode 2 message with "load data local infile"

2001-07-29 Thread Sinisa Milivojevic
Dave Fogle writes: > Thanks for responding, but the full path is not the answer. > > I have tried every conceivable full path (see original message) and it does > not help. In fact, the only thing that has ever worked was using no path > info and putting the file in the root of the C: drive on m

Re: errcode 2 message with "load data local infile"

2001-07-28 Thread Dave Fogle
Thanks for responding, but the full path is not the answer. I have tried every conceivable full path (see original message) and it does not help. In fact, the only thing that has ever worked was using no path info and putting the file in the root of the C: drive on my local machine. But for some

Re: errcode 2 message with "load data local infile"

2001-07-28 Thread Sinisa Milivojevic
INFILE "filename.txt" INTO TABLE tablename;" > results in the error: "File 'filename.txt' not found (Errcode: 2)" > > Thanks for listening Solution to your problem is quite simple. Simply set a full path of the file. -- Regards, __ ___ ___

errcode 2 message with "load data local infile"

2001-07-28 Thread Dave Fogle
in the error: "File 'filename.txt' not found (Errcode: 2)" Now, let me point out that I actually got this to work at one point, by putting the files in the root of my C: drive and using just the filename with no path info. The files were found and uploaded and the tables filled wi

Re: errcode 13

2001-06-08 Thread Ken Menzel
- Ken Menzel ICQ# 9325188 www.icarz.com [EMAIL PROTECTED] - Original Message - From: "Sean O'Keeffe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 1:16 PM Subject: errcode 13 > hi there, > i've got a problem

Re: errcode 13

2001-06-08 Thread Paul DuBois
'm getting the following error all the time: > Can't get stat of '/datenbank/ensembl/ensembl/Xref.txt.table' >(Errcode: 13), when using table: Xref >can anyone throw some light on the problem? >thanks, >Sean. % perror 13 Error code 13: Permission denied

errcode 13

2001-06-07 Thread Sean O'Keeffe
stat of '/datenbank/ensembl/ensembl/Xref.txt.table' (Errcode: 13), when using table: Xref can anyone throw some light on the problem? thanks, Sean. - Before posting, please check: http://www.mysql.com/man

RE: database recovery (errcode 13)?

2001-05-09 Thread indrek siitan
; > Can't read dir of './thedb/' (Errcode: 13) > Database changed > mysql> show tables; > ERROR 12: Can't read dir of './thedb/' (Errcode: 13) > mysql> Error code 13 stands for "permission denied". make sure the whole MySQL data directo

Re: database recovery (errcode 13)?

2001-05-09 Thread Steve Werby
I > moved the old db to the new disk and when I try to access it, I get the > following error: > > mysql> use thedb; > Can't read dir of './thedb/' (Errcode: 13) > Database changed > mysql> show tables; > ERROR 12: Can't read dir of './thedb/&#

  1   2   >