Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/mysql-x-shell-devapi-extensions.html
MySQL Shell deviates from the Connector implementations of X DevAPI in certain places. A Connector can connect to MySQL Server instances running X Plugin only by means of X Protocol. MySQL Shell contains an extension of X DevAPI to access MySQL ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/mysql-x-shell-devapi-extensions.html
MySQL Shell deviates from the Connector implementations of X DevAPI in certain places. A Connector can connect to MySQL Server instances running X Plugin only by means of X Protocol. MySQL Shell contains an extension of X DevAPI to access MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-backup.html
MySQL Enterprise Backup performs hot backup operations for MySQL databases. For more information, see the MySQL Enterprise Backup manual, available at https://dev.mysql.com/doc/mysql-enterprise-backup/en/. MySQL Enterprise Backup does a hot backup ...The product is architected for efficient and reliable backups of tables created by the InnoDB storage ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-indexes.html
Without an index, MySQL must begin with the first row and then read through the entire table to find the relevant rows. If the table has an index for the columns in question, MySQL can quickly determine the position to seek to in the middle of the ... Indexes are used to find rows with specific column values ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-enterprise-firewall.html
MySQL Enterprise Edition includes MySQL Enterprise Firewall, an application-level firewall that enables database server administrators to permit or deny SQL statement execution based on matching against allowlists of accepted statement patterns.
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-reference.html
See Section 6.1, “A Simple MySQL Router REST API Guide” for related information. For example, if the endpoint is "/metadata" then the URL is similar to "https://localhost:8443/api/20190715/metadata". This is the maximum number (integer) of ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects-register.html
The name must be unique in your MySQL Shell installation, so it must not be the name of a built-in MySQL Shell global object (for example, db, dba, cluster, session, shell, util) and it must not be a name you have already used for a user-defined ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create.html
You can create and register a user-defined report for MySQL Shell in either of the supported scripting languages, JavaScript and Python. When you request help for a report, MySQL Shell provides a listing of options and arguments, and any available ...The reporting facility handles built-in reports and user-defined reports using the same API frontend ...
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 ...