Search



Search Results
Displaying 791 to 800 of 3329 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. This tutorial uses the test certificates from the server ...
https://dev.mysql.com/doc/connectors/en/connector-python-installation-source.html
For installing the classic interface only: MySQL Server binaries (server may be installed or not installed on the system), including development files (to obtain the MySQL Server binaries, visit the MySQL download site). To include the C Extension, ...Source distributions are packaged in two formats: Zip archive format (.zip file) Compressed tar archive format (.tar.gz file) Either of the two packaging formats can be used on any platforms, but Zip archives are more commonly used on Windows systems and tar archives on Unix and Unix-like ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. This tutorial uses the test certificates from the server ...
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Only then server can look-up the mysql.user table and find the authentication method to be used. However, to save some round-trips, server and client start authentication exchange already in the initial handshake using an optimistic guess of the ...
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 #10949) Support for connections using Unix domain socket files was extended to include MySQL servers ...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-em-plugin/en/myoem-compliance-schema-standard-rules.html
The following are the MySQL Schema Standard compliance rules: Server-Enforced Data Integrity Checking Disabled Server-Enforced Data Integrity Checking Not Strict Server-Enforced Data Integrity Checking Disabled Description SQL Modes define what SQL ...Note that any client can change its own session SQL mode value at any ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-monitoring-mem-permissions.html
Note If the user does not also have Server Group set to at least Read-Only, they are unable to add groups to an Event Handler. If Server Group is set to Administer, assigned users can delete and modify existing groups, but cannot create new groups.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-handling-email-settings.html
The Email Settings section enables you to define the email configuration, such as SMTP server, username and password to use for all outgoing emails. If your mail server does not use the default SMTP port, add the port number to the address using ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/repository-prereq-reference.html
However, you can choose not to install the bundled MySQL Server and use another repository instead. Important It is strongly recommended you use a clean installation of MySQL Server as the Enterprise Service Manager repository and do not use this ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/schema-advisor-ref.html
Default frequency 00:10:00 Default auto-close enabled no Server-Enforced Data Integrity Checking Disabled SQL Modes define what SQL syntax MySQL should support and what kind of data validation checks it should perform. If no SQL modes are enabled ...
Displaying 791 to 800 of 3329 total results