MySQL maintenance - how to clear the buffer?

Posted by Dougal on Server Fault See other posts from Server Fault or by Dougal
Published on 2011-02-22T10:42:20Z Indexed on 2011/02/22 23:27 UTC
Read the original article Hit count: 244

We have a server running our web app (PHP / MySQL) which is SLOW.

My predecessor says that:

"We use to do database maintenance, which use to clear the buffer, cached and unwanted variables."

And I wonder what on earth he means with that statement? Does he mean a simple optimize of the tables? Or the query cache? I understand MySQL but don't really know what he is describing.

I would appreciate any pointers. Thanks.

© Server Fault or respective owner

Related posts about mysql

Related posts about php