Changeset 7521 for trunk/doc/src/docbook/appendix/update_warnings.xml
- Timestamp:
- Nov 6, 2018, 9:00:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/update_warnings.xml
r7520 r7521 39 39 <title>BASE 3.14</title> 40 40 41 <bridgehead> New JDBC driver for MySQL</bridgehead>42 <para> 43 If you are using MySQL it is recommended that you change the44 <constant>db.driver</constant> setting in the <filename>base.config</filename>45 file to <constant>com.mysql.cj.jdbc.Driver</constant>.41 <bridgehead>The db.driver setting is no longer used</bridgehead> 42 <para> 43 The JDBC driver to use is now found automatically based on 44 the <constant>db.url</constant> setting in the <filename>base.config</filename> 45 file. The <constant>db.driver</constant> setting can be removed. 46 46 </para> 47 47
Note: See TracChangeset
for help on using the changeset viewer.