Wiki HPE LoadRunner is a software testing tool from Hewlett Packard Enterprise. It is used to test applications, measuring system behaviour and performance under load. HPE acquired LoadRunner as part of its acquisition of Mercury Interactive in November 2006. HPE…
Create Software RAID on Windows
Wiki RAID 0 RAID 0 (also known as a stripe set or striped volume) splits ("stripes") data evenly across two or more disks, without parity information, redundancy, or fault tolerance. Since RAID 0 provides no fault tolerance or redundancy, the…
Enable Remote Access to MySQL Server on Windows
On Linux, we can easily enable remote access to MySQL server, here is an article talking about that. On Windows, the approach is different. Here's the steps: Open a DOS command prompt on the server. Run the following command from…