Hello, I am seriously having issues on my mysql I have 2 sites running on my current vps server, But Site A is using almost all my resource, I duplicated the database and make a new site B out of the first one.
but it seems the site A is been hitted heavily when I run top command,
Both site A and B have less traffic maximum of 10 users online, but when I run top command I find out that site A is using almost all my resource, while most of the time I dont even see site B on top c command. Now I did a 301 redirect, I redirect site A to site B just for a test, and I find out that Site B is now heavily using my resources, almost all of them, just as what site A has been doing, I dont really understand.
after I downloaded my mysql error log I check through it, I find out that attempt with different user is trying to access my mysql, I dont really understand, here is the link to ip trying to access mysql server: - Removed -
the Link above is dead here is the link:
- Removed -
but it seems the site A is been hitted heavily when I run top command,
Both site A and B have less traffic maximum of 10 users online, but when I run top command I find out that site A is using almost all my resource, while most of the time I dont even see site B on top c command. Now I did a 301 redirect, I redirect site A to site B just for a test, and I find out that Site B is now heavily using my resources, almost all of them, just as what site A has been doing, I dont really understand.
after I downloaded my mysql error log I check through it, I find out that attempt with different user is trying to access my mysql, I dont really understand, here is the link to ip trying to access mysql server: - Removed -
the Link above is dead here is the link:
- Removed -
Code:
2018-11-28 13:25:38 139919581391040 [Note] /usr/sbin/mysqld: ready for connections.
2018-12-07 22:34:32 139907493377792 [Warning] Access denied for user 'root'@'74.208.xxx.xx' (using password: YES)
2018-12-07 22:34:34 139907494606592 [Warning] Access denied for user 'root'@'74.208.xxx.xx' (using password: YES)
2018-12-07 22:34:34 139907494299392 [Warning] Access denied for user 'root'@'74.208.xxx.xx' (using password: YES)
2018-12-07 22:34:35 139907492763392 [Warning] Access denied for user 'root'@'74.208.xxx.xx' (using password: YES)
2018-12-07 22:34:37 139907493070592 [Warning] Access denied for user 'root'@'74.208.xxx.xx' (using password: YES)
2018-12-07 22:34:37 139908682868480 [Warning] Access denied for user 'root'@'74.208.xxx.xx' (using password: YES)
2018-12-07 22:34:39 139907493377792 [Warning] Access denied for user 'root'@'74.208.xxx.xx' (using password: YES)
Last edited by a moderator: