Re: Mysql 5.6, Centos 7 and errno: 24 - Too many open files - Again

2016-12-01 Thread Reindl Harald
5.6 community on a server and do get a lot of "errno: 24 - Too many open files". There are suggestions to increase the open_files_limit, change/add that to /etc/security/limits.conf and modify the systemd script by hand /etc/security/limits.conf don't matter /etc/systemd/system/servicen

Mysql 5.6, Centos 7 and errno: 24 - Too many open files - Again

2016-11-30 Thread Götz Reinicke - IT Koordinator
Hi, it happend again and I can't fix it, may be someone has a working solution and information on that: I installed the most recent mysql 5.6 community on a server and do get a lot of "errno: 24 - Too many open files". There are suggestions to increase the open_files_limit,

RE: Error in accept: Too many open files

2011-04-27 Thread misiaq
: Too many open files Hiya I recently imported data on a new server (5.1). But before the importing I added the feature 'innodb_file_per_table'. I now want to enable Master - Master replication, but the problem is, im seeing the following

Error in accept: Too many open files

2011-04-26 Thread Brent Clark
-- Apr 24 23:32:50 maj-web01 mysqld: 110424 23:32:50 [ERROR] Error in accept: Too many open files Apr 24 23:35:03 maj-web01 mysqld: 110424 23:35:03 [ERROR] /usr/sbin/mysqld: Can't open file: './maj_fs2

Re: Error in accept: Too many open files

2011-04-26 Thread Johan De Meersman
restrictions, too. - Original Message - From: Brent Clark brentgclarkl...@gmail.com To: mysql mailing list mysql@lists.mysql.com Sent: Tuesday, 26 April, 2011 9:44:16 AM Subject: Error in accept: Too many open files Hiya I recently imported data on a new server (5.1). But before

RE: Error in accept: Too many open files

2011-04-26 Thread Jerry Schwartz
, April 26, 2011 3:44 AM To: mysql mailing list Subject: Error in accept: Too many open files Hiya I recently imported data on a new server (5.1). But before the importing I added the feature 'innodb_file_per_table'. I now want to enable Master - Master replication, but the problem is, im seeing

Re: 100+ databases, too many open files - am I out of line?

2004-11-23 Thread Gleb Paharenko
hung and I got too many open files in my .err-file. (Mysql 4.0.22, trustix linux, reiserfs, mysql:open-files-limit at 1024) I am trying different ways of raising the limit, and that shouldn't be a problem. My question is if I am doing this the wrong way? Will I be able to keep my

100+ databases, too many open files - am I out of line?

2004-11-22 Thread Andreas Karlsson
Hi. I have database structure of about 45 tables, and a separate database for each of the 100+ users. Everything has been working nicely for quite some time. When I wrote a function that looped through all the DBs and ran some queries, MySQL hung and I got too many open files in my .err-file

Re: 100+ databases, too many open files - am I out of line?

2004-11-22 Thread Brent Baisley
structure of about 45 tables, and a separate database for each of the 100+ users. Everything has been working nicely for quite some time. When I wrote a function that looped through all the DBs and ran some queries, MySQL hung and I got too many open files in my .err-file. (Mysql 4.0.22, trustix linux

Error: Too many open files

2004-05-08 Thread Mike Blezien
Hello, this maybe a more related issue with DBI API but I thought I try first posting here to see why we would be getting this error (24) - Too many open files Error Message: DBD::mysql::st execute failed: File './mysql/user.MYD' not found (Errcode: 24) What would be causing this type

Re: too many open files, error 24, but max-files is large

2003-03-06 Thread Martin Waite
On Wed, 2003-03-05 at 15:16, Johannes Ullrich wrote: on mysql 4.0.10-gamma (rpm install, Redhat advanced server), I am running into 'too many open files' issues ( error 24 ). I am using a rather large merge table (30 distinct tables merged), which is likely the culprit. The error

too many open files, error 24, but max-files is large

2003-03-05 Thread Johannes Ullrich
on mysql 4.0.10-gamma (rpm install, Redhat advanced server), I am running into 'too many open files' issues ( error 24 ). I am using a rather large merge table (30 distinct tables merged), which is likely the culprit. The error shows up as I have about a dozen of connections. I did

RE: repost: Too many open files

2001-10-03 Thread Robin Keech
]] Sent: 02 October 2001 19:08 To: Colin Faber Cc: Robin Keech; [EMAIL PROTECTED] Subject: Re: repost: Too many open files Colin Faber wrote: it sounds like you've run out of file descriptors, I suggest rebuilding your kernel to handle more. In a bsd kernel you can do

repost: Too many open files

2001-10-02 Thread Robin Keech
Hi, Any help would be greatly appreciated as I have a production server that is struggling. (I only get the digest list, so could you copy me on any replies - thankyou). My error log show this... 011002 9:16:11 Error in accept: Too many open files 011002 9:36:43 /usr/local/mysql/libexec

Re: repost: Too many open files

2001-10-02 Thread Colin Faber
as I have a production server that is struggling. (I only get the digest list, so could you copy me on any replies - thankyou). My error log show this... 011002 9:16:11 Error in accept: Too many open files 011002 9:36:43 /usr/local/mysql/libexec/mysqld: Shutdown Complete 011002 09

Re: repost: Too many open files

2001-10-02 Thread Adams, Bill TQO
Colin Faber wrote: it sounds like you've run out of file descriptors, I suggest rebuilding your kernel to handle more. In a bsd kernel you can do this simply by upping the maximum number of users allowed to access the machine at any given time. Or in Linux (in my rc.local): echo Set max

Too many open files

2001-09-10 Thread Robin Keech
My Mysqld stopped accepting connections with Error log: 010910 15:34:19 Error in accept: Too many open files 010910 15:49:02 /usr/local/mysql/libexec/mysqld: Normal shutdown when trying to connect I got: ERROR 2013: Lost connection to MySQL server during query changed max_connections