0

I have made a simple program that uses the connectivity String:

Class.forName("java.sql.DriverManager");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3305/project", "root", "xxxx");
Statement st = conn.createStatement();

Here 'project' is my database name and 'xxxx' is the password.

I have then created an .exe file that works fine on my own computer.

But how can other people on another computer use my program? Do they have to install MySQL? Or Can they access my computer's database on their computer?

Vipul Kumar
  • 67
  • 3
  • 11

0 Answers0