MySQL Forums
Forum List  »  Newbie

Re: Need help in purging MySql DataBase
Posted by: Phillip Ward
Date: June 23, 2016 06:08AM

Quote

... the problem for me is server performance. Mysql is keep taking all my server resources and making server slow

Why are you running anything on your MySQL host other than the database server?

Database servers do love to grab all the resources that they can and will make good use of them having done so.
However, anything else trying to run on that machine is going to have a hard time of it.

Consider moving your other processes to another machine; separating your web server from your database server is a Common Sense security precaution these days.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: Need help in purging MySql DataBase
June 23, 2016 06:08AM


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.