Re: error 13

2012-10-19 Thread Ananda Kumar
@lists.mysql.com mailto:mysql@lists.mysql.com mailto:mysql@lists.mysql.com mailto:mysql@lists.mysql.com** Subject: Re: error 13 Hi, you can switch to mysql user su

Re: error 13

2012-10-18 Thread Ananda Kumar
16, 2012 9:03 PM To: kalin Cc: Michael Dykman; mysql@lists.mysql.com mailto:mysql@lists.mysql.com Subject: Re: error 13 Hi, you can switch to mysql user su - mysql, and then stat this file

Re: error 13

2012-10-18 Thread kalin
, October 16, 2012 9:03 PM To: kalin Cc: Michael Dykman; mysql@lists.mysql.com mailto:mysql@lists.mysql.com mailto:mysql@lists.mysql.com mailto:mysql@lists.mysql.com Subject: Re: error 13

Re: error 13

2012-10-18 Thread Michael Dykman
The reason this is significant is because we are speaking about INFILE use. The server processes infile commands assuming the file is already stored on the server. LOCAL INFILE tells mysql that file is local to the mysql client and must be moved to the server before processing. I suspect that

RE: error 13

2012-10-17 Thread Rick James
SELinux ? -Original Message- From: Lixun Peng [mailto:pengli...@gmail.com] Sent: Tuesday, October 16, 2012 9:03 PM To: kalin Cc: Michael Dykman; mysql@lists.mysql.com Subject: Re: error 13 Hi, you can switch to mysql user su - mysql, and then stat this file. if you can't

Re: error 13

2012-10-17 Thread Ananda Kumar
@lists.mysql.com Subject: Re: error 13 Hi, you can switch to mysql user su - mysql, and then stat this file. if you can't access, mysql user have not permissions. On Wed, Oct 17, 2012 at 11:49 AM, kalin ka...@el.net wrote: On 10/16/12 10:49 PM, Michael Dykman wrote: is your

Re: error 13

2012-10-17 Thread Ananda Kumar
- From: Lixun Peng [mailto:pengli...@gmail.com] Sent: Tuesday, October 16, 2012 9:03 PM To: kalin Cc: Michael Dykman; mysql@lists.mysql.com Subject: Re: error 13 Hi, you can switch to mysql user su - mysql, and then stat this file. if you can't access, mysql user have

Re: error 13

2012-10-17 Thread kalin
@lists.mysql.com Subject: Re: error 13 Hi, you can switch to mysql user su - mysql, and then stat this file. if you can't access, mysql user have not permissions. On Wed, Oct 17, 2012 at 11:49 AM, kalin ka...@el.net

Re: error 13

2012-10-16 Thread Lixun Peng
Hi, What's the dir permissions? For example, if we have a file in /a/b/file, dir a is 644, even though file is 777, we can't access file, too. On Wed, Oct 17, 2012 at 10:31 AM, kalin ka...@el.net wrote: hi all.. this hasn't happened before... i'm in as root on the command line cleint.

Re: error 13

2012-10-16 Thread Michael Dykman
is your mysql client on the same host as the mysql server? if not, google the docs for 'local infile' On 2012-10-16 10:45 PM, Lixun Peng pengli...@gmail.com wrote: Hi, What's the dir permissions? For example, if we have a file in /a/b/file, dir a is 644, even though file is 777, we can't

Re: error 13

2012-10-16 Thread kalin
On 10/16/12 10:44 PM, Lixun Peng wrote: Hi, What's the dir permissions? was 755. now 777. same result. For example, if we have a file in /a/b/file, dir a is 644, even though file is 777, we can't access file, too. On Wed, Oct 17, 2012 at 10:31 AM, kalin ka...@el.net mailto:ka...@el.net

Re: error 13

2012-10-16 Thread kalin
On 10/16/12 10:49 PM, Michael Dykman wrote: is your mysql client on the same host as the mysql server? if not, google the docs for 'local infile' yes. my laptop. On 2012-10-16 10:45 PM, Lixun Peng pengli...@gmail.com wrote: Hi, What's the dir permissions? For example, if we have a

Re: error 13

2012-10-16 Thread Lixun Peng
Hi, you can switch to mysql user su - mysql, and then stat this file. if you can't access, mysql user have not permissions. On Wed, Oct 17, 2012 at 11:49 AM, kalin ka...@el.net wrote: On 10/16/12 10:49 PM, Michael Dykman wrote: is your mysql client on the same host as the mysql server? if

Re: error 13

2003-11-19 Thread Yves Goergen
I just received another error message I don't know what to do with: Got error 127 from table handler I tried to alter a table's structure. A restart of MySQL did help. A table CHECK showed no errors with that table. -- Yves Goergen [EMAIL PROTECTED] Please don't CC me (causes double

Re: error 13

2003-11-19 Thread William Fong
Check this out: http://www.mysql.com/doc/en/Repair.html -will - Original Message - From: Yves Goergen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 11:12 AM Subject: Re: error 13 I just received another error message I don't know what to do

Re: error 13

2003-11-19 Thread Yves Goergen
unstable on Windows after some time? -- Yves Goergen [EMAIL PROTECTED] Please don't CC me (causes double mails) - Original Message - From: William Fong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 8:24 PM Subject: Re: error 13 Check this out: http

Further information re Error 13 updating table structure

2002-07-31 Thread Jeff Dyer
I posted a query on this a couple of days ago, but have tried an alternative tack. Using MyCC to add a field to a table, I get an error [localhost] ERROR 7: Error on rename of '.\rocktest\companies.MYI' to '.\rocktest\#sql2-15c-15.MYI' (Errcode: 13) But If I use mysql from the command line

RE: Error 13

2002-01-09 Thread Quentin Bennett
Hi Error 13 is from the OS - nothing to do with locks or whatever. However, when you add a new field (or change the table structure in (nearly) any way), mysqld will create a temporary table in the database directory - are you sure that the permissions on the directory are correct? Remember,

Re: Error 13

2002-01-09 Thread Stephen Abshire
Your new best friend: http://www.phpwizard.net/projects/phpMyAdmin/ Original Message Follows From: P.Agenbag [EMAIL PROTECTED] To: mysql [EMAIL PROTECTED] Subject: Error 13 Date: Wed, 09 Jan 2002 19:13:51 +0200 Hi I have a table that I want to add a new field to while running on the

RE: Error 13

2002-01-09 Thread Daniel Rosher
. To: 'P.Agenbag'; mysql Subject: RE: Error 13 Hi Error 13 is from the OS - nothing to do with locks or whatever. However, when you add a new field (or change the table structure in (nearly) any way), mysqld will create a temporary table in the database directory - are you sure

Re: Error 13: Cannot Create Database

2001-05-24 Thread Colin Faber
run the perror app that should of come with your distribution perror 13 Terry Shipclark wrote: What does this error mean?? Any help would be appreciated !--database mysql query relational-- Terry Shipclark Technical Support Representitave/Cati Operator [EMAIL PROTECTED] tel.