0

I have MySQL server installed at C:\[product name]\mysql-5.0.22-win on my machine . But what should i specify in the JasperAssistant Data Source inside Eclipse for the following fields:-

- Name
- Driver
- URL

BR

John John
  • 1
  • 72
  • 238
  • 501

1 Answers1

1

I have never used JasperAssistant... but surely it's looking for this:

Name:   Some Connection Name (whatever you like)
Driver: com.mysql.jdbc.Driver
URL:    jdbc:mysql://localhost:3306/lotsodata

Your database might not be called "lotsodata". You'll need to fill in the actual name of your database.

mdahlman
  • 9,204
  • 4
  • 44
  • 72