| "init_command" : string | Command to execute on connect.
|
| "timeout" : int | Timeout in seconds.
|
| "compress" : int(0..1) | Enable compressed protocol.
|
| "mysql_config_file" : string | Change config file from "my.cnf".
|
| "mysql_group" : string | Specify additional group to read from config file.
|
| "mysql_named_pipe" : int(0..1) | Use named pipe to connect to server.
|
| "mysql_local_infile" : int(0..1) | Enable use of LOCAL INFILE (security).
|
| "mysql_charset_dir" : string | Change charset directory.
|
| "mysql_charset_name" : string | Change charset name.
|
| "ssl_key" : string | Path to SSL-key for use in SSL-communication.
|
| "ssl_cert" : string | Path to SSL-cert for use in SSL-communication.
|
| "ssl_ca" : string | Path to SSL-CA for use in SSL-communication.
|
| "ssl_capath" : string | Path to SSL-CAPATH for use in SSL-communication.
|
| "ssl_cipher" : string | FIXME
|
| "connect_options" : int | Options used when connecting to the server. See mysql documentation
for more information.
|