"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 | Set connection charset - see set_charset for details. The
default is "latin1" . As opposed to set_charset ,
this way of specifying the connection charset doesn't
require MySQL 4.1.0.
|
"unicode_decode_mode" : int | Enable unicode decode mode for the connection if nonzero. In
this mode non-binary string results are automatically
converted to (possibly wide) unicode strings. An error is
thrown if the server doesn't support this. See
set_unicode_decode_mode .
|
"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.
|