Attempting to test connection, after running config.sh, I'm getting the following error message
``` Could not connect to the DB: Cannot load connection class because of underlying exception: com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to parse the connection string near '(host=jdbc:mysql:'.```
in the Hostname field I've put the following ```jdbc:mysql:/dbserver:3306/jiradb?useUnicode=true&characterEncoding=UTF8&sessionVariables=default_storage_engine=InnoDB ```
As per Atlassian Documentation