Search



Search Results
Displaying 981 to 990 of 3514 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pem.html
In your application, add a connection string using the test database and the sslclient user account (created previously). using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "SslMode=VerifyFull" Add the ... The ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
X Protocol connection example: "server=/path/to/socket;protocol=unix;user=root;password=mypass;ssl-mode=none" Classic MySQL protocol connection example: "server=/path/to/socket;protocol=unix;user=root;password=mypass" (WL #10201, WL #10613) ...For ...(Bug #25829054, Bug #25860579, WL #10954) MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-agent-multiple.html
For more information, see Section 6.2, “Creating MySQL User Accounts for the Monitor Agent”. Make sure that the MySQL instance that you want to monitor has a suitable user to use for connecting to the host. Typically, an Agent scans a host and ... You can monitor multiple MySQL servers (either on the same machine, or remotely across different machines) using a single ...
https://dev.mysql.com/doc/heatwave-aws/en/index.html
It covers registration, account management, user and group management, using the MySQL HeatWave Console to create and manage DB Systems and MySQL HeatWave Clusters, connecting, importing data, configuration, and performance monitoring. For more ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-tablespace-encryption.html
Is data decrypted for users who are authorized to see it? A.17.2. Is data decrypted for users who are authorized to see it? Yes. How do I know which data to encrypt? Compliance with the PCI-DSS standard requires that credit card numbers (Primary ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/using-own-protocol-trace-plugins.html
This plugin provides a framework showing how to set up the client plugin descriptor and create the trace-related callback functions. Suppose that you want to trace only connections for a certain MySQL account. After authentication, you can check the ... Note To use your own protocol trace plugins, you must configure MySQL with the WITH_TEST_TRACE_PLUGIN CMake option disabled because only one protocol trace plugin can be loaded at a time and an error occurs for attempts to load a second ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-limitations.html
Account Name Limitations The ML_TRAIN routine does not support MySQL user names that contain a period. The model catalog schema created by the ML_TRAIN procedure incorporates the user name in the schema name (for example., ML_SCHEMA_joesmith), and a ...For example, a user named 'joe.smith'@'%' cannot run the ML_TRAIN ...Text ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
On Windows x64 editions, use the ODBC administration tool located at %SystemRoot%\SysWOW64\odbcad32.exe, this will correctly locate the installed Connector/ODBC drivers and enable you to create a Connector/ODBC DSN. A simple example can be found ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
On Windows x64 editions, use the ODBC administration tool located at %SystemRoot%\SysWOW64\odbcad32.exe, this will correctly locate the installed Connector/ODBC drivers and enable you to create a Connector/ODBC DSN. A simple example can be found ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-inbound-replication-limitations.html
Using a root@localhost or administrator user in the DEFINER clause of CREATE PROCEDURE and CREATE FUNCTION statements is not supported. Instead, create a dedicated user with the privileges required to run the statements, and then edit the statements ... Limitations 8.8 Limitations Inbound replication in MySQL HeatWave on AWS does not support some of the configurations that are possible for MySQL ...
Displaying 981 to 990 of 3514 total results