Jump to content
We've recently updated our Privacy Statement, available here ×

Connecting to JasperServer MySQL DB


elimesika

Recommended Posts

  • Replies 12
  • Created
  • Last Reply

Top Posters In This Topic

I use the driver class name: com.mysql.jdbc.Driver

and as for connection url I have "jdbc:mysql://"SERVERURL:SERVERPORT/"databasename"

Hope this helps although it is for jasper workbench and not the actual server I presume it is somewhat similar.

Link to comment
Share on other sites

HI Again

Sorry for the misunderstanding .....

I will try to ask again ....

 

I have downloaded an external tool that can connect to MySQL DB

I did that in order to look on the Jasper Server repository schema and data.

What I need to know is

1) What is the name of the Jasper Servre database

2) What is the user name I can use to connect to this database

3) What is the password I can use to connect to this database

Thanks

 

 

 

 



Post Edited by elimesika at 05/12/2009 22:12



Post Edited by elimesika at 05/12/2009 22:12
Link to comment
Share on other sites

HI again and thanks for your help.

I am running the tool from the local machine where the jasperserver is installed.

I have looked at the context.xml file and the entry for the jasperserver repository looks as

<Resource name="jdbc/jasperserver" auth="Container" type="javax.sql.DataSource"
        maxActive="100" maxIdle="30" maxWait="10000"
            username="jasperdb" password="password" driverClassName="com.mysql.jdbc.Driver"
            url="jdbc:mysql://127.0.0.1:3306/jasperserver?useUnicode=true&characterEncoding=UTF-8"/>

and still , I can not connect to the database

Got MySQL error Number 2003

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...