Hello,
When starting OH3.3 latest snapshot it get this warning in the log:
2022-04-01 09:35:54.090 [WARN ] [.zaxxer.hikari.util.DriverDataSource] - Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
While my persistense is working as expected. Could this be some remaing config I should clear somewhere?
jdbc.cfg
url=jdbc:mysql://127.0.0.1:3306/openhab?serverTimezone=Europe/Amsterdam
user=openhab
password=xxxxxxxxx
localtime=false
tableNamePrefix=item_
tableUseRealItemNames=true
tableIdDigitCount=0
And I have some configuration in OH UI in “JDBC Persistence Service”.
Thanks in advance, regards,
Bastiaan