https://bugs.documentfoundation.org/show_bug.cgi?id=162172
--- Comment #9 from Robert Großkopf <[email protected]> --- Have forgotten this: Since "mariadb-java-client-3.x.x.jar" there is needed to add ?permitMysqlScheme to the database name: TestDB2?permitMysqlScheme See: https://mariadb.com/kb/en/about-mariadb-connector-j/ It will work without this ?permitMysqlScheme if you try to connect without wizard directly by JDBC. So you could change "mysql" to "maraiadb" jdbc:mysql://HOST/DATABASE?permitMysqlScheme could be changed there to jdbc:mariadb://HOST/DATABASE -- You are receiving this mail because: You are the assignee for the bug.
