Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create CF DSN to mySQL database

Status
Not open for further replies.

jmcg

Technical User
Jun 30, 2000
223
GB
I have a mySQL database working fine on my server but was looking to connect on my local CF to test.
I have tried to create a dsn using the database name and a user but get an error:
Code:
Connection verification failed for data source: osTickets
java.sql.SQLException: Access denied for user 'V100OST'@'host86-xxx-xxx-xxx.range86-164.btcentralplus.com' (using password: YES)
The root cause was that: java.sql.SQLException: Access denied for user
'V100OST'@'host86-xxx-xxx-xxx.range86-164.btcentralplus.com' (using password: YES)
It all works fine on the live server but I cannot create locally.
Any help much appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top