cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,331
2,242
363
cPanel Access Level
Root Administrator
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:

Code:
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.
 
Nov 18, 2019
6
0
1
Kazakhstan
cPanel Access Level
Root Administrator
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:

Code:
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!