Search Results
https://dev.mysql.com/doc/internals/en/running-mysql-test-run-visual-studio.html
To run a debug configuration, change locaton to the mysql-test directory under your build directory and run mysql-test-run.pl: Mac OS X cd mysql-test MTR_VS_CONFIG=Debug perl mysql-test-run.pl options Windows cd mysql-test set MTR_VS_CONFIG=Debug ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-unsupported-features.html
Unsupported MySQL Server Features 3.1.2.4 Unsupported MySQL Server Features The following features of MySQL Server are currently unsupported in MySQL HeatWave on AWS: Authentication plugins other than Native Pluggable Authentication ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation.html
This chapter describes how to obtain and install MySQL Router. System Requirements MySQL Router supports the same platforms as MySQL Server, as listed here: https://www.mysql.com/support/supportedplatforms/database.html Hardware: Minimum ...One ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysql-connector-connect.html
This method sets up a connection, establishing a session with the MySQL server. A connection with the MySQL server can be established using either the mysql.connector.connect() method or the mysql.connector.MySQLConnection() class: cnx = ...If no ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysql-connector-connect.html
This method sets up a connection, establishing a session with the MySQL server. A connection with the MySQL server can be established using either the mysql.connector.connect() method or the mysql.connector.MySQLConnection() class: cnx = ...If no ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-connectors.html
MySQL Connectors 5.4 MySQL Connectors You can use MySQL Connectors to connect your application to a DB System. The following list provides links to the MySQL Connectors documentation: The requirements outlined for connecting from a MySQL client ...
https://dev.mysql.com/doc/refman/8.4/en/deploy-mysql-nonlinux-docker.html
Warning The MySQL Docker images provided by Oracle are built specifically for Linux platforms. Other platforms are not supported, and users running the MySQL Docker images from Oracle on them are doing so at their own risk. This section discusses ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster.html
This chapter provides information about MySQL NDB Cluster, a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment, as well as information specific to NDB Cluster 8.4 (NDB 8.4.7), based on version 8.4 ...Both NDB 8.0 and NDB 8.4 are intended for use in production ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-firewall.html
MySQL Enterprise Edition includes MySQL Enterprise Firewall, an application-level firewall that enables database administrators to permit or deny SQL statement execution based on matching against allowlists of accepted statement patterns. This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-thread-pool.html
MySQL Enterprise Edition includes MySQL Enterprise Thread Pool, implemented using a server plugin. The default thread-handling model in MySQL Server executes statements using one thread per client connection. In MySQL Enterprise Edition, a thread ...As more clients connect to the server and execute statements, overall performance ...