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

Creating New Data source in codfusion developer

New Here ,
May 08, 2007 May 08, 2007
I hope someone here can help me! I just installed coldfusion 7 for OSX and got it running. But when I try to add a new datasource ( mySQL 5.0) it gives me this error. I'm very new to this, so I hope someone could fill me in as to what I am doing wrong.

Connection verification failed for data source: myTestData
java.sql.SQLException: Invalid authorization specification message from server: "Access denied for user 'testuser'@'localhost' (using password: YES)"
The root cause was that: java.sql.SQLException: Invalid authorization specification message from server: "Access denied for user 'testuser'@'localhost' (using password: YES)"
TOPICS
Database access
846
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
Advocate ,
May 08, 2007 May 08, 2007
Unless I'm totally spacing on the same issue I had a year ago, you need to download a new/alternate JDBC driver for CFMX 6+ and MySQL (4.1+).

The following tech note still applies and should get you past this error:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6ef0253
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
Engaged ,
May 08, 2007 May 08, 2007
This TechNote may also help: http://www.adobe.com/go/kb400539
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
New Here ,
May 09, 2007 May 09, 2007
LATEST
Thanks for the tip. I got it to work by downloading a different JDBC driver.
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