You can translate the question and the replies:

Unable to establish connection: Access denied for user 'acme_user'@'localhost' (using password: YES)

Hi, I am doing the following steps of the tutorial: - Create two folders nested under the "1 - first steps" folder you have made, one for data sources called "1 - Data Sources" and another for base views called "2 - Base Views". - Right-click on the "1 - Data Sources" folder and select "New > Data source > JDBC". - Name the data source, for example, acme_crm_ds. - Select "MySQL 5" as Database Adapter. - Change the Database URI to match your MySQL installation, for example, jdbc:mysql://localhost:3306/acme_crm - Enter the login and password fields: acme_user / acme_user. - Click on "Test connections". The result of the test is: Unable to establish connection: Access denied for user 'acme_user'@'localhost' (using password: YES). The driver I am using is mysql-connector-java-5.1.23-bin.jar
user
11-07-2023 16:05:09 -0400
code

1 Answer

Hi, I’ve found a similar question linked [here](https://community.denodo.com/answers/question/details?questionId=9060g000000Xf3lAAC&title=Solution+Manager+External+mysql+Database+configuration), that I think will answer your question. The steps described there are applicable for this question too. Hope this helps!
Denodo Team
12-07-2023 03:32:31 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here