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

Error message when setting up MySql

Guest
Nov 21, 2008 Nov 21, 2008
I have created a database using MySQL 4/5 as the driver. I am getting an error saying this:
Connection verification failed for data source pankledb.
java.sql.SQLException: Access denied for user"@'localhost' (using password: NO)
The root cause was that: java.sql.SQLException: Access denied for user "@'localhost' (using password: NO)
What does this mean?
(I am sure the error is coming from the fields that need to be filled in when i create a database in the coldfusion administrator. All that i have filled in at the moment is the CF Data Source name. What else needs to be completed?)
I filled in the CF data source name (pankledb), and I filled in the database as C:\ColdFusion8\db\pankledb

TOPICS
Getting started
270
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
Community Expert ,
Nov 21, 2008 Nov 21, 2008
LATEST
Coldfusion needs a username and password to log to the MySQL database. You may use the root account. However, for security reasons, it is usually recommended to create a non-root account for Coldfusion. Check out the MySQL documentation on how to create an account.



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