This is my first time using jasperserver and I want to connect to mysql databae, I have been following tutorial videos and looking at the documents but I don't understand where do you get the JDBC Driver and URL. They give the hint: Hint: jdbc:postgresql://localhost:5432/mydb and also Hint: org.postgresql.Driver but I still don't know where to look for it.
I have already downloaded the drivers using this website, https://learn.microsoft.com/en-us/sql/connect/sql-connection-libraries#anchor-20-drivers-relational-access and transfer sqljdbc42 and sqljdbc41 into apache tomcat/lib folder already
Can someone please guide me in doing this? Thanks a lot.