Hello,

I have a broken table (all the INSERTs cause error 'Duplicate entry for key
1: <number>'). When I run 'REPAIR TABLE tablename' it repairs table fine,
but after the short period of thme since the repair process has been run,
other mysql cliens start receiving the error "Too many connections". It
stops when 'repair table' is done.

The type of table if MyISAM, it has ~2 000 000 entries (int, varchar(255),
int)
When I look onto ps -A | grep mysql output when repair table is run, I can
see a lot of mysqld processes started

Is this a normal behavior?




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to