Configuration in the jdbcConnection property solves the problem

 <jdbcConnection driverClass=""
                        connectionURL=""
                        userId=""
                        password="">
            <property name="useInformationSchema" value="true"/>
        </jdbcConnection>
Copy the code