Search Results
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 ...
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. From Address The email address added to the From field of all emails sent from MySQL Enterprise ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/connector-j/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/connector-j/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/refman/8.4/en/binary-log-setting.html
You can select the binary logging format explicitly by starting the MySQL server with --binlog-format=type. In MySQL 8.4, binary logging is enabled by default, and is disabled only if you start the server with --skip-log-bin or --disable-log-bin.