File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
* Support MySQL's ssl-mode option for MySQLDatabaseTasks.
2
2
3
- Verifying the identity of database server requires setting the ssl-mode
3
+ Verifying the identity of the database server requires setting the ssl-mode
4
4
option to VERIFY_CA or VERIFY_IDENTITY. This option was previously ignored
5
- for MySQL database task like creating a database and dumping the structure.
5
+ for MySQL database tasks like creating a database and dumping the structure.
6
6
7
7
* Petrik de Heus*
8
8
Original file line number Diff line number Diff line change 1
1
* Support MySQL's ssl-mode option for the dbconsole command.
2
2
3
- Verifying the identity of database server requires setting the ssl-mode
3
+ Verifying the identity of the database server requires setting the ssl-mode
4
4
option to VERIFY_CA or VERIFY_IDENTITY. This option was previously ignored
5
5
for the dbconsole command.
6
6
You can’t perform that action at this time.
0 commit comments