Search



Search Results
Displaying 921 to 930 of 5220 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-config.html
This example demonstrates combining --config-binary-file with other ndb_config options to obtain useful output: $> ndb_config --config-binary-file=../mysql-cluster/ndb_50_config.bin.1 --diff-default --type=ndbd config of [DB] node id 5 that is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security-networking-issues.html
Important With regard to potential security vulnerabilities, an SQL node is no different from any other MySQL server. See Section 8.1.3, “Making MySQL Secure Against Attackers”, for a description of techniques you can use to secure MySQL servers. Using one or more software firewalls (also known as host-based firewalls) to control which packets pass through to the cluster from portions of the network that do not require access to ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-change-user.html
bool mysql_change_user(MYSQL *mysql, const char *user, const char *password, const char *db) Description Changes the user and causes the database specified by db to become the default (current) database on the connection specified by mysql. Example ...mysql_change_user() fails if the connected user cannot be authenticated or does not have permission to use the ...
https://dev.mysql.com/doc/connectors/en/connector-python-opentelemetry.html
MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial product. Optionally use the [telemetry] shortcut when installing the mysql-connector-python pip package to pull in specific OpenTelemetry ...
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial product. Optionally use the [telemetry] shortcut when installing the mysql-connector-python pip package to pull in specific OpenTelemetry ...
https://dev.mysql.com/doc/internals/en/files-in-innodb-sources.html
The InnoDB source files are the best place to look for information about internals of the file structure that MySQLers can optionally use for transaction support. Well, I've been through that phase, so I'll pass on what I had to learn on the first ...But when you first look at all the subdirectories and file names you'll wonder: Where Do I Start? It can be ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate.html
As of MySQL 9.4.1, the ML_GENERATE lets you generate text-based responses for queries pertaining to an image. Possible values are: As of MySQL 9.4.0, to use an OCI Generative AI service Dedicated AI Cluster model, specify the model endpoint OCID.
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "CertificateFile=H:\\git\\mysql-trunk\\mysql-test\\std_data\\client.pfx;" + "CertificatePassword=pass;" + "SslMode=Required ")) { connection.Open(); } The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "CertificateFile=H:\\git\\mysql-trunk\\mysql-test\\std_data\\client.pfx;" + "CertificatePassword=pass;" + "SslMode=Required ")) { connection.Open(); } The ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
The client connection browser lists the active and sleeping MySQL client connections, and adds the ability to kill statements and connections, and view additional connection details and attributes. Only basic connection information is available for ...The following figure shows an example of client connection information for a local ...
Displaying 921 to 930 of 5220 total results