I have a Java project with a local MySQL database linked to it. It has a login page with stored login details in the database. Let's say this is stored in Computer A. I have made this project into an executable jar file. How can I open the jar file in computer B if the database was created locally in Computer A?
Is it possible to link the database from Computer A to Computer B?
Thank you!