Connecting to external MySQL database

0
Hi there, I’m trying to connect to an external MySQl database using the database connector, with little luck. I’m getting the following error:   com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLInvalidAuthorizationSpecException: Could not connect: Access denied for user 'jeanb'@'localhost' (using password: YES)     at Util.InsertIntoDatabase (JavaAction : 'Execute statement')   Params for Java action: jdbcUrl: jdbc:mysql://localhost:3306/test username: jeanb password: password123 sql statement: INSERT INTO test.users VALUES ("Jean");   I have granted my db user access to the database and I can connect to the db from inside MySQL Workbench.
asked
2 answers
0

Hi, Have you solved this problem ?

answered
0

Is this the problem mentioned in the release notes of 8.2.1: https://docs.mendix.com/releasenotes/studio-pro/8.2#821

 

answered