Mysql resourse
Hello!
in mysql there are many processes that eat up all the memory. Is this a possible attack?
I am attaching screenshots.
-
Hey there! It's possible it could be an attack, but we'd need more details before coming to that conclusion. I would recommend running the following command on the server: mysqladmin proc status
That will show you what the MySQL server is doing in real-time on the machine, so if there is a certain query being repeatedly executed you will see that happening. I would start there and see if that gives you more details.0 -
Hey there! It's possible it could be an attack, but we'd need more details before coming to that conclusion. I would recommend running the following command on the server:
mysqladmin proc status
That will show you what the MySQL server is doing in real-time on the machine, so if there is a certain query being repeatedly executed you will see that happening. I would start there and see if that gives you more details.
Thank you!0
Please sign in to leave a comment.
Comments
2 comments