Answer the question
In order to leave comments, you need to log in
Ddosing a site through mysql phpbb?
Hello, my site gives a 502 error. On the top command, I see that the entire cpu is loading mysql. I went there, brought out a list of processes
MariaDB [(none)]> SHOW FULL PROCESSLIST;
+--------+------------+-----------+-------+---------+------+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| Id | User | Host | db | Command | Time | State | Info | Progress |
+--------+------------+-----------+-------+---------+------+----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| 108764 | root | localhost | NULL | Query | 0 | init | SHOW FULL PROCESSLIST | 0.000 |
| 108776 | phpbb_user | localhost | phpbb | Query | 4 | Sending data | SELECT COUNT(session_id) AS sessions
FROM phpbb_sessions
WHERE session_user_id = 1
AND session_time >= 1572967576 | 0.000 |
| 108778 | phpbb_user | localhost | phpbb | Query | 1 | Sending data | SELECT f.* FROM (phpbb_forums f) ORDER BY f.left_id | 0.000 |
| 108779 | phpbb_user | localhost | phpbb | Query | 4 | Sending data | SELECT COUNT(session_id) AS sessions
FROM phpbb_sessions
WHERE session_user_id = 1
AND session_time >= 1572967577
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question