MySQL Forums
Forum List  »  MySQL Administrator

Re: Mysql max connections issue
Posted by: Lalit Shakya
Date: March 18, 2012 09:14PM

Please check your table_open_cache and max_open_files



table_open_cache=1024
max_open_files = 2048


Also
show status like 'Open%';


Thanks
Lalit

Options: ReplyQuote


Subject
Written By
Posted
February 04, 2012 02:41PM
February 04, 2012 03:20PM
February 06, 2012 11:09PM
Re: Mysql max connections issue
March 18, 2012 09:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.