Hi Jill-Yen,
The attributes you underlined are required to create the connection. I expect the FullDiscription entry you coloured black as the DatabaseURL. The port is, by default, 3306, and ServiceName is MySQL
To test, use a Change Object Action to set these values in the microflow. Find out later the proper place to configure them.
Go make it
Hi Marco, thanks for your reply.
I filled in the missing fields as you suggested, but the result is the same.
At the Java Action of the microflow, although the result is a true boolean, it doesn’t fin any of the tables:
What could be the issue here? I looked into the Java code, but don’t understand it fully.
I resolved this issue.
It turns out I had to call it by jdbc:mariadb://..., instead of jdbc:mysql://…
And use the MariaDB driver