Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
Connecting to the Server Using a File-Based Certificate Use the client.pfx file that you created in the previous step to authenticate the client. The following example demonstrates how to connect using the SslMode, CertificateFile, and ...Instead, ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-api.html
An application can call SQLGetInfo function to obtain conformance information about Connector/ODBC. Note For backward compatibility, the Connector/ODBC driver supports all deprecated functions. The following tables list Connector/ODBC API calls ...
https://dev.mysql.com/doc/connector-python/en/connector-python-option-files.html
(For general information about option files in MySQL, see Using Option Files.) Two arguments for the connect() call control use of option files in Connector/Python programs: option_files: Which option files to read. By default, Connector/Python ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
(Bug #100314, Bug #31692694) Functionality Added or Changed Previously, an application could set the SslMode=none connection option to establish a classic MySQL protocol or X Protocol connection to a non-TLS/SSL enabled server. However, if an ... X ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
(Bug #25829054, Bug #25860579, WL #10954) MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character set. (WL #10563) The AutoEnlist and IncludeSecurityAsserts connection-string options are not appropriate for ...For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": \"zzzz\" } }" ); The mysess.uri and mysess.appdata values set by the first statement are replaced with the new values set by the second ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-agent-gui-ref.html
Either change the installation directory, or accept the default value, and choose the connection type for the agent. TCP/IP: select if the agent uses TCP/IP to connect to the monitored database. Socket: select if the agent uses socket to connect to ... This section describes how to install the Agent using the Installation ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
Current sessions are no longer logged unless they disconnect and reconnect, or execute a change-user operation. New connections for the user are filtered using the default account filter if there is one, and are not logged otherwise. The filter is ...Unless those objects are installed, the audit_log plugin operates in (deprecated) legacy ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-example.html
You may also use a separate [mysql_cluster] section in the cluster my.cnf file for settings to be read and used by all executables: # cluster-specific settings [mysql_cluster] ndb-connectstring=ndb_mgmd.mysql.com:1186 For additional NDB variables ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog-backup.html
mysqlbinlog can read log files directly from the local file system, or, with the --read-from-remote-server option, it can connect to a server and request binary log contents from that server. It can also make a continuous (“live”) backup, ... By ...
https://dev.mysql.com/doc/refman/8.4/en/password-management.html
Dual passwords, to enable clients to connect using either a primary or secondary password. The mysql.user system table indicates for each account when its password was last changed, and the server automatically treats the password as expired at ...