Servers hacked. How to protect it?

@@mrlongshen

Read all the comments in this topic that you`ll find an answer.

There`s always a chance that you`ll get hacked. There`s no 100% safe when we talk about internet. If you`re using internet you`re not safe.

If you do the installations by your own always remember to get the lastest versions of MySQL, php and phpmyadmin and never forget to SECURE them. And never use root access. Remove root user/change the name.

 
Last edited by a moderator:
Please use PASSWORD generators for STRONG and SECURE passwords. Not to mention, try using different PORTS rather than the default ports given in the emulator. In most cases, a lot of servers stick with the default ports which isn't a safe thing really.

Also, don't use the same PASSWORDS for all your users / dbs. Not the smartest thing either.

 
Last edited by a moderator:
Please use PASSWORD generators for STRONG and SECURE passwords. Not to mention, try using different PORTS rather than the default ports given in the emulator. In most cases, a lot of servers stick with the default ports which isn't a safe thing really.

Also, don't use the same PASSWORDS for all your users / dbs. Not the smartest thing either.
Definetly right!

 
Back
Top