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

4

1 回答 1

1

我从未使用过 JasperAssistant ......但它肯定在寻找这个:

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

您的数据库可能不称为“lotsodata”。您需要填写数据库的实际名称。

于 2012-09-03T16:50:01.020 回答