Search
-
Recent Posts
- Is it The Time to Change your IT Support Provider?
- Why do more businesses need cloud computing services?
- Advantages of Hiring Real-Time Infrastructure Monitoring and Smart Tracking System for Remote Businesses
- The Need for Dedicated Remote Server Monitoring Services in 2021
- Common Email Threats and How to Deal with Them Effectively
Archives
Categories
Meta
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