I am trying out WebIssues link text which allows for a client-server issue tracker.
I have setup the MySQL database required.
The problem is that the client program wants a 'Server URL' in order to connect to the database.
Normally on my network I just refer to the servername and/or databasename.
How do I provide a http style path to the MySQL database for the client program to recognize?
My server is called 'John' and the database is called 'webissues'.