I am trying to write a program that can access my database from a remote computer and change it. How can I figure out the url of my database? according to my source it should be something like this
jdbc:mysql://host_name:port/dbname
Thanks for your help.