Search



Search Results
Displaying 151 to 160 of 5315 total results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-setup.html
For example, here's a minimal MySQL Router configuration file that enables the most basic REST API functionality: [DEFAULT] logging_folder= # Exposes http://127.0.0.1:8081 [http_server] # Exposes /api/20190715/swagger.json [rest_api] A typical ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects.html
You can define extension objects and make them available as part of user-defined MySQL Shell global objects. You can continue to extend the object by adding further members to it after it has been registered with MySQL Shell. Note You can register ...When you create and register an extension object, it is available in both JavaScript and Python ...
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 ...
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 ...
Displaying 151 to 160 of 5315 total results