Skip to content

Commit 5e1b094

Browse files
authored
fixups for modern mysql driver and ssl mode (#265)
1 parent 00cd7e4 commit 5e1b094

17 files changed

+19
-19
lines changed

config/mysql/sample_auctionmark_config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>
@@ -53,4 +53,4 @@
5353
<name>UpdateItem</name>
5454
</transactiontype>
5555
</transactiontypes>
56-
</parameters>
56+
</parameters>

config/mysql/sample_chbenchmark_config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>
@@ -159,4 +159,4 @@
159159
<name>StockLevel</name>
160160
</transactiontype>
161161
</transactiontypes>
162-
</parameters>
162+
</parameters>

config/mysql/sample_epinions_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>

config/mysql/sample_hyadapt_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<type>MYSQL</type>
55
<driver>com.mysql.cj.jdbc.Driver</driver>
6-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
6+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
77
<username>admin</username>
88
<password>password</password>
99
<isolation>TRANSACTION_SERIALIZABLE</isolation>

config/mysql/sample_noop_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>

config/mysql/sample_otmetrics_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010

config/mysql/sample_resourcestresser_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>

config/mysql/sample_seats_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>

config/mysql/sample_sibench_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>

config/mysql/sample_smallbank_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Connection details -->
55
<type>MYSQL</type>
66
<driver>com.mysql.cj.jdbc.Driver</driver>
7-
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;sslMode=DISABLED</url>
7+
<url>jdbc:mysql://localhost:3306/benchbase?rewriteBatchedStatements=true&amp;allowPublicKeyRetrieval=True&amp;sslMode=DISABLED</url>
88
<username>admin</username>
99
<password>password</password>
1010
<isolation>TRANSACTION_SERIALIZABLE</isolation>

0 commit comments

Comments
 (0)