[POST] Enhanced readibility
This commit is contained in:
parent
5281e64866
commit
5f2656bc26
@ -8,8 +8,10 @@ Rundeck 3.3.1 updated its 'mysql-connector-java' dependancy to version 8.0.21 wh
|
||||
|
||||
Reconfigure Rundeck accordingly:
|
||||
|
||||
```shell
|
||||
/etc/rundeck/rundeck-config.properties:
|
||||
```
|
||||
/etc/rundeck/rundeck-config.properties
|
||||
```
|
||||
```
|
||||
...
|
||||
- dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&useSSL=false
|
||||
+ dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam
|
||||
|
@ -19,7 +19,7 @@
|
||||
<guid>https://simoncor.net/post/rundeck_331_mysql/</guid>
|
||||
<description>Rundeck 3.3.1 updated its &lsquo;mysql-connector-java&rsquo; dependancy to version 8.0.21 which renamed the com.mysql.jdbc.Driver classname to com.mysql.cj.jdbc.Driver.
|
||||
Reconfigure Rundeck accordingly:
|
||||
/etc/rundeck/rundeck-config.properties: ... - dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&amp;useSSL=false + dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam ... - dataSource.driverClassName = com.mysql.jdbc.Driver + dataSource.driverClassName = com.mysql.cj.jdbc.Driver + dataSource.properties.autoReconnect = true + dataSource.properties.useSSL = false ... </description>
|
||||
/etc/rundeck/rundeck-config.properties ... - dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&amp;useSSL=false + dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam ... - dataSource.driverClassName = com.mysql.jdbc.Driver + dataSource.driverClassName = com.mysql.cj.jdbc.Driver + dataSource.properties.autoReconnect = true + dataSource.properties.useSSL = false ... </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<guid>https://simoncor.net/post/rundeck_331_mysql/</guid>
|
||||
<description>Rundeck 3.3.1 updated its &lsquo;mysql-connector-java&rsquo; dependancy to version 8.0.21 which renamed the com.mysql.jdbc.Driver classname to com.mysql.cj.jdbc.Driver.
|
||||
Reconfigure Rundeck accordingly:
|
||||
/etc/rundeck/rundeck-config.properties: ... - dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&amp;useSSL=false + dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam ... - dataSource.driverClassName = com.mysql.jdbc.Driver + dataSource.driverClassName = com.mysql.cj.jdbc.Driver + dataSource.properties.autoReconnect = true + dataSource.properties.useSSL = false ... </description>
|
||||
/etc/rundeck/rundeck-config.properties ... - dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&amp;useSSL=false + dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam ... - dataSource.driverClassName = com.mysql.jdbc.Driver + dataSource.driverClassName = com.mysql.cj.jdbc.Driver + dataSource.properties.autoReconnect = true + dataSource.properties.useSSL = false ... </description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
@ -118,15 +118,15 @@
|
||||
|
||||
<p>Rundeck 3.3.1 updated its ‘mysql-connector-java’ dependancy to version 8.0.21 which renamed the <code>com.mysql.jdbc.Driver</code> classname to <code>com.mysql.cj.jdbc.Driver</code>.</p>
|
||||
<p>Reconfigure Rundeck accordingly:</p>
|
||||
<div class="highlight"><pre style="color:#e5e5e5;background-color:#000;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-shell" data-lang="shell">/etc/rundeck/rundeck-config.properties:
|
||||
...
|
||||
- dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&useSSL=<span style="color:#fff;font-weight:bold">false</span>
|
||||
<div class="highlight"><pre style="color:#e5e5e5;background-color:#000;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-fallback" data-lang="fallback">/etc/rundeck/rundeck-config.properties
|
||||
</code></pre></div><div class="highlight"><pre style="color:#e5e5e5;background-color:#000;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-fallback" data-lang="fallback">...
|
||||
- dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&useSSL=false
|
||||
+ dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam
|
||||
...
|
||||
- dataSource.driverClassName = com.mysql.jdbc.Driver
|
||||
+ dataSource.driverClassName = com.mysql.cj.jdbc.Driver
|
||||
+ dataSource.properties.autoReconnect = <span style="color:#fff;font-weight:bold">true</span>
|
||||
+ dataSource.properties.useSSL = <span style="color:#fff;font-weight:bold">false</span>
|
||||
+ dataSource.properties.autoReconnect = true
|
||||
+ dataSource.properties.useSSL = false
|
||||
...
|
||||
</code></pre></div>
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user