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
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
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
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
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
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
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