Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
You need the following tools to build MySQL from source on Unix: A working ANSI C++ compiler. If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the charsets directory ...GCC 4.2.1 or later, Sun Studio 12.1 or later, and many current vendor-supplied compilers are known to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
MySQL Connector/NET includes a provider model for use with ASP.NET applications. Connector/NET supports the following web providers: Membership provider Roles provider Profiles provider Session state provider The following tables show the supported ...This model enables developers to focus on the business logic of their application instead of having to recreate such boilerplate items as membership and roles ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
You need the following tools to build MySQL from source on Unix: A working ANSI C++ compiler. If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the charsets directory ...GCC 4.2.1 or later, Sun Studio 12.1 or later, and many current vendor-supplied compilers are known to ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-scanning-basic.html
This example illustrates how to use the NDB scanning API. It shows how to perform a scan, how to scan for an update, and how to scan for a delete, making use of the NdbScanFilter and NdbScanOperation classes. The source code for this example may ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-agent-gui-ref.html
Note To install to the default directory (/opt/mysql/enterprise/agent), log in as root first. Note Although MySQL Enterprise Monitor Agent is installed as the root user, directories and files that the Agent writes to are owned by the mysql user in ... This section describes how to install the Agent using the Installation ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ssl-installation.html
Important The self-signed certificates are generated by the MySQL Enterprise Monitor installation or upgrade process, and are set to expire after 365 days. In the unlikely event you are running a version of MySQL Enterprise Service Manager using ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-security-advisor-ref.html
This section describes the following Security advisors: MySQL Enterprise Audit Plugin MySQL Enterprise Firewall MySQL User Account MySQL Enterprise Audit Plugin Note For more information on the MySQL Enterprise Audit Plugin, see MySQL Enterprise ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-an-anomaly-detection-model.html
Requirements for Anomaly Detection Training Consider the following based on the type of anomaly detection you are running: Set the task parameter to anomaly_detection for running anomaly detection on table data, or log_anomaly_detection for running ... After preparing the data for an anomaly detection model, you can train the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-channel.html
Creating a Channel 8.5 Creating a Channel Note:In MySQL replication, a replica is a MySQL server that receives changes from another MySQL server (source) and applies the changes. In MySQL HeatWave on AWS, a Channel references the replica as the ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
MySQL supports multiple Unicode character sets: utf8mb4: A UTF-8 encoding of the Unicode character set using one to four bytes per character. Deprecated; expect support for this character set to be removed in a future version of MySQL. Note The ...