mySQL remote connection through java program – Apache
I hosted Apache server with xampp and created local MYSQL database on my PC1. PC1 IS CONNECTED TO NETWORK1. I developed simple Java program which is connecting to the database this way: static final String USERNAME="[myusername]"; static final String PASSWORD="[password]";…