Set the default authentication plguin for the client, the option will take effect at the connection start.
Set the Java charset for encoding string values, this value is UTF-8 by default.
Set the charset for the connection.
Set the collation for the connection.
Set the pipelining limit count.
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
Sets how affected rows are calculated on update/delete/insert, if set to true
an update that effectively
does not change any data returns zero affected rows.
See mysql-affected-rows for details.
Set the default authentication plguin for the client, the option will take effect at the connection start.
Set the Java charset for encoding string values, this value is UTF-8 by default.
Set the charset for the connection.
Set the collation for the connection.
Set the pipelining limit count.
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
Set the SslMode for the client, this option can be used to specify the desired security state of the connection to the server.
Sets how affected rows are calculated on update/delete/insert, if set to true
an update that effectively
does not change any data returns zero affected rows.
See mysql-affected-rows for details.
Generated using TypeDoc
Connect options for configuring MySQLConnection or MySQLPool.