❶ 用iReport报表工具连接MySQL数据库的时候一直连不上,怎么回事
jdbc:mysql://localhost/DatabaseName其实应该是 jdbc:mysql://localhost:端口号/你要链接的数据库的名称(比如test) 比如 jdbc:mysql://127.0.0.1:3306/test 或者 jdbc:mysql://localhost:3306/test