Search Results
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-preface.html
If you are using a Commercial release of MySQL Router, see MySQL Router Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this Commercial ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/preface.html
See the MySQL AI License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this MySQL AI release. GOVERNMENT END USERS: Oracle programs (including any ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-component-usage.html
Creating Views that Display Masked Data If masked data from a table is used for multiple queries, it may be convenient to define a view that produces masked data. Before using MySQL Enterprise Data Masking, install it according to the instructions ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-genai-chat-details.html
The specific algorithm used depends on the characteristics of the data being analyzed and the goals of the model being created. The specific algorithm used depends on the characteristics of the data being analyzed and the goals of the model being ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.restore.html
In the illustration below, the single-file backup created in the example given in Section 4.2.2, “Backing Up an Entire MySQL Instance” is restored using the copy-back-and-apply-log command. --backup-dir provides the location of an empty folder ... To restore a MySQL instance from a backup to a database server: Shut down the database ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
This pattern allows the application to create a session in the try declaration and regardless of the outcome of the try/catch/finally block, clusterj will clean up and close the session. 4.3.1.22.4 createQuery(QueryDefinition<T>) public abstract ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-materialized-views.html
This topic describes how to create materialized views on MySQL HeatWave, which is supported as of MySQL 9.5.0. Create and Query a Materialized View To create or alter a materialized view, you use the CREATE VIEW or ALTER VIEW statements. The ...A ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-table-import.html
Otherwise, the table must be created on the same MySQL server instance into which it is being imported. If the table was created in an external directory by specifying the DATA DIRECTORY clause in the CREATE TABLE statement, the table that you ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-openID.html
Connector/J supports authentication for users created on a MySQL server using the authentication_openid_connect plugin. If no server user name is specified in the connection string or during the creation of the Connection object, the implementation ... OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of authentication for enhanced ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-walkthrough.html
These instructions assume that you connect to system ALPHA from system BETA with a user name and password of myuser and mypassword. Use GRANT to set up an account with a user name of myuser that can connect from system BETA using a password of ... A ...