Refer to the exhibits. A Mule application polls a database table.
This error is logged when the Mule application is run.
What should be changed in the Database connector configuration to resolve this error?
Refer to the exhibits. A Mule application polls a database table.
This error is logged when the Mule application is run.
What should be changed in the Database connector configuration to resolve this error?
The error message indicates that the application is unable to load the JDBC driver (com.mysql.jdbc.Driver) needed to connect to the database. This implies that there is an issue with the JDBC driver configuration. Therefore, configuring the correct JDBC driver in the Database connector configuration will resolve this error.
In the error description: "Error trying to load driver" so correct answer is A