Author Archives: Shishupal Chahar

How to migrate MYSQL to a new Windows server

  Setup the new Windows server Install the mysql on new server and stop the mysql service from service pane Now make a copy of the existing mysql data folder for backup( default path is C:\ProgramData\MySQL\MySQL Server 5.6\data) Delete all …

Posted in Blog Category | Leave a comment

To check the connections on windows server and block the attacker IP in windows firewall

You need to log on to server and open the command prompt by following the below steps: Start–> Run–> Type CMD and then Enter C:\Users\Administrator>netstat -ano | more This command can have more options. If you want the only output …

Posted in Blog Category | Leave a comment