Re: strange error message

2001-09-30 Thread Colin Faber
run the perror app provided with your distrobution perror 13 Casey Tourangeau wrote: > > Hi, > > I'm using MySQL v3.23.42 with Mac OS 10.1, and whenever I try to > create a database (logged in as root), i get the error "create database > 'name'. (errno: 13)". > > Does anyone h

Re: Strange error message

2001-06-10 Thread Benjamin Pflugmann
Hello. On Sun, Jun 10, 2001 at 02:56:45PM +0200, [EMAIL PROTECTED] wrote: > I've got this php script which has three times now halted with this error > message: > > SELECT * FROM eZSession_Session WHERE Hash='' > Table 'eZSession_Session' was not locked with LOCK TABLES Usually, one gets this

Re: Strange error message for create-select query

2001-05-24 Thread Sinisa Milivojevic
brainheap writes: > Hi Sinisa! > > Sinisa Milivojevic wrote: > > > Yes it was. > I used myisamchk -o first > and myisamchk -r next - it repaired indexes as well > > but the result was the same :0( > It was corrupted ?? Can you try again CREATE from SELECT ?? Check out disk space too. Next

re: re: Strange error message for create-select query

2001-05-24 Thread brainheap
Hi Sinisa! Sinisa Milivojevic wrote: > > Then it is very much possible that a table from which you have done > SELECT is corrupted. Check it out. > Yes it was. I used myisamchk -o first and myisamchk -r next - it repaired indexes as well but the result was the same :0( Any other idea? Maybe

Re: Strange error message for create-select query

2001-05-23 Thread Sinisa Milivojevic
alex writes: > Hi ppl! > > I've a strange problem - I'm creating HEAP-type table and filling it > with the result of select query from a relatively big table > (containing ~2187000 records). > > The resulting error message is the following "Got error code 127 from > table handler" > And that's a

Re: Strange error message for create-select query

2001-05-23 Thread alex
Hi ppl! I've a strange problem - I'm creating HEAP-type table and filling it with the result of select query from a relatively big table (containing ~2187000 records). The resulting error message is the following "Got error code 127 from table handler" And that's all :0) I'm just wondering what

Re: Strange Error Message, I need explaination.

2001-04-02 Thread Lindsay Adams
You are logged in as root, but what user is mysqld running as? If you stop the database, you can manually remove the test dir from the datadir. Or fix the permissions on your directories in the datadir, so that mysqld can add/remove directories and files. Look in your my.cnf file to find out wha