Hello,
my problem:
I merged about 1.000 Tables with
Create table name (variables) type=merge
union=(table1,t able2,...,table 1000);
MySQL now creates a tables, but I can't open it. Everytime I get the
message: Error 24. Which means: 'Too many open files'.
I tried to tune the server by setting the variable for
open_files_limi t to 10.000. But still the same problem.
Can anybody help me?
Thanks,
Nils
my problem:
I merged about 1.000 Tables with
Create table name (variables) type=merge
union=(table1,t able2,...,table 1000);
MySQL now creates a tables, but I can't open it. Everytime I get the
message: Error 24. Which means: 'Too many open files'.
I tried to tune the server by setting the variable for
open_files_limi t to 10.000. But still the same problem.
Can anybody help me?
Thanks,
Nils
Comment