Search



Search Results
Displaying 811 to 820 of 3917 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-introduction.html
The MySQL server shrinks each communication buffer to net_buffer_length bytes after each query. The C API provides low-level access to the MySQL client/server protocol and enables C programs to access database contents. Most other client APIs use ...The C API code is distributed with MySQL and implemented in the libmysqlclient ...(Exceptions are Connector/J and Connector/NET.) This means that, for example, you can take advantage of many of the same environment variables ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-characteristics.html
The server plugin API has these characteristics: All plugins have several things in common. Each plugin has a name that it can be referred to in SQL statements, as well as other metadata such as an author and a description that provide other ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-sandbox.html
Set Up a MySQL Server Sandbox Begin by starting three MySQL Servers. By installing three MySQL Server instances on three different hosts, or on the same host. The following assumes you have a current version of MySQL Shell, MySQL Server, and MySQL ... Test a MySQL Router installation by setting up a Router sandbox with InnoDB ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Since ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
Since Version 3.1.8 characterEncoding Instructs the server to set session system variables 'character_set_client' and 'character_set_connection' to the default character set supported by MySQL for the specified Java character encoding and set ...
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. You can obtain the MySQL Server source code from MySQL ...
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, ...Prerequisites for Compiling Connector/Python with the C Extension Source distributions include the C Extension that interfaces with the MySQL C client ...Source distributions are packaged in two formats: Zip archive format (.zip file) Compressed tar archive format (.tar.gz file) Either of the ...
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. You can obtain the MySQL Server source code from MySQL ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer.html
It is downloaded with and supports the following MySQL products: MySQL Servers MySQL Installer can install and manage multiple, separate MySQL server instances on the same host at the same time. MySQL Installer does not permit server upgrades ...If ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-monitoring-mem-permissions.html
The MySQL Enterprise Monitor permission grants access to the various configuration settings of the MEM interface. Note The following permissions require Web Application Login and MySQL Enterprise Monitor set to Read-Only, or higher. If an Advisor's ...Authentication-level settings, such as the External Authentication and HTTP Proxy Settings on the Settings page are not visible if this is set to ...
Displaying 811 to 820 of 3917 total results