Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Connection verification failed for data source

Participant ,
Jul 23, 2008 Jul 23, 2008
I have installed the mysql-connector-java-3.1.14-bin and I am trying to set up a mysql datasource.


Data & Services > Datasources > Other

CF Data Source Name mysqldb
JDBC URL jdbc:mysql://localhost:3306:test
Driver Class com.mysql.jdbc.Driver
Driver Name
User Name root
Password


Connection verification failed for data source: mysqldb
java.sql.SQLException: Malformed URL 'jdbc:mysql://localhost:3306:test'.
The root cause was that: java.sql.SQLException: Malformed URL 'jdbc:mysql://localhost:3306:test'.54


TOPICS
Getting started
698
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Jul 23, 2008 Jul 23, 2008
seems like I did it wrong it should have been like this jdbc:mysql://localhost:3306/test
Translate
Participant ,
Jul 23, 2008 Jul 23, 2008
LATEST
seems like I did it wrong it should have been like this jdbc:mysql://localhost:3306/test
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources