Skip to content

Commit

Permalink
use mariadb connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jchrys committed Mar 31, 2024
1 parent 807051f commit c7cafc9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ private static Connection getConnection0() {
DataSource source = dataSource.get();
if (source == null) {
final String connectionString = String.format(
"jdbc:mysql://%s:%s/%s?user=%s&password=%s",
"jdbc:mariadb://%s:%s/%s?user=%s&password=%s",
// should use mariadb to get correct metadata.getDatabaseProductName()
getHost(),
getPort(),
getDatabase(),
Expand Down

0 comments on commit c7cafc9

Please sign in to comment.