Accessing external database in mendix

0
Hi, I am doing external database connectivity in mendix. I am using mysql server with mysql workbench. I have done with all the steps in mendix which are required for accessing external database. Like I have added the jar files in Userlib folder, I have added database configuration in mendix studio pro and also done with downloading the database connector. but I am in doubt that how to add the Mendix account in mysql workbench. so can anyone told me, How to add mendix login account to mysql workbench for accessing it as external database?
asked
1 answers
0

Hi sayali,
The database connecter module  provides microflow actions to execute sql queries on any database which supports jdbc connectivity. more info about it check below :
https://www.mendix.com/evaluation-guide/app-capabilities/external-data/#external-sql
https://docs.mendix.com/howto/integration/execute-an-sql-statement-on-an-external-database

answered