I have already developed a JAVA SWING Application. I want to install this application in several computers which all have access to
For each of the external ip addresses of each of the Applicaton host create a user on mysql.
GRANT ALL PRIVILEGES TO database.* to `user1`@`APPLICATION_HOST_IP` identified by 'PASSWORD';
Now user1
will have access from APPLICATION_HOST_IP
IP.