0
Creating New Data source in codfusion developer
New Here
,
/t5/coldfusion-discussions/creating-new-data-source-in-codfusion-developer/td-p/558902
May 08, 2007
May 08, 2007
Copy link to clipboard
Copied
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)"
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advocate
,
/t5/coldfusion-discussions/creating-new-data-source-in-codfusion-developer/m-p/558903#M51445
May 08, 2007
May 08, 2007
Copy link to clipboard
Copied
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
The following tech note still applies and should get you past this error:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6ef0253
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
/t5/coldfusion-discussions/creating-new-data-source-in-codfusion-developer/m-p/558904#M51446
May 08, 2007
May 08, 2007
Copy link to clipboard
Copied
This TechNote may also help:
http://www.adobe.com/go/kb400539
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
michaelpan
AUTHOR
New Here
,
LATEST
/t5/coldfusion-discussions/creating-new-data-source-in-codfusion-developer/m-p/558905#M51447
May 09, 2007
May 09, 2007
Copy link to clipboard
Copied
Thanks for the tip. I got it to work by downloading a
different JDBC driver.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

