MySQL Forums
Forum List  »  Optimizer & Parser

Re: How to Tuning Apache and Mysql
Posted by: Rick James
Date: April 09, 2011 11:58PM

MaxClients 450 -- No. You will run out of connections on MySQL. Change to 20.

> Server always down
What does mysqld.err say?

If you can spot any "slow" queries, please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]

Options: ReplyQuote


Subject
Views
Written By
Posted
3245
April 08, 2011 01:10AM
Re: How to Tuning Apache and Mysql
1100
April 09, 2011 11:58PM


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.