>Description:
When trying to create a type=BDB table under NetBSD 1.6, mysql reports:
ERROR 1005: Can't create table './test/test.frm' (errno: 9)
and the error log shows:
030114 17:10:19 bdb: fstat: Bad file descriptor
030114 17:10:19
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 26, 2002 7:33 AM
Subject: Bad file descriptor
> Sometimes I have in my .err file Error in accept: Bad file
descriptor
> FreeBSD 4.4, mysql 3.23.47
> startup script:
> -O key_buffer=256M -O table_cache=18000 -O sort_buffer=32M -O
&
Sometimes I have in my .err file Error in accept: Bad file descriptor
FreeBSD 4.4, mysql 3.23.47
startup script:
-O key_buffer=256M -O table_cache=18000 -O sort_buffer=32M -O
record_buffer=16M --log-slow-queries -O long_query_time=180 -O
max_connect_errors=50 -O back_log=500 --warnings -O
7;
Todd> I have even tried to manually copy the files in the db
Todd> ie: cp -R /usr/local/mysql/var/db1/ /usr/local/var/db2/
Todd> When done this way, mysql crashes when I query the db:
Todd> SQL-query :
Todd> SHOW TABLE STATUS FROM `sample`
Todd> MySQL said:
Todd> Can'
'Password',0,0,0,
0,0,0,0,0,0,0,0,0,0,1,'');
MySQL said:
Can't create/write to file './test/nuke_authors.frm'
I have even tried to manually copy the files in the db
ie: cp -R /usr/local/mysql/var/db1/ /usr/local/var/db2/
When done this way, mysql crashes wh