Search



Search Results
Displaying 491 to 500 of 2171 total results
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. For more information on reserved words and their impact on your queries, see Keywords and Reserved Words, in ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
All of the examples use a sample table named tweet, in the test database. The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-customize-name-ref.html
This enables you to replace some, or all, of the hostname with custom values. For example: dx521\.example\.com=Staging dx984[.]example[.]com=Production database-server-(.*?)\.example\.com=$1 ^database-server-="", [.]example[.]com$="",dx521="Staging ... This section describes how to configure the display names of your monitored MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load-syntax.html
The db_object is a JSON object literal that includes: db_name: The name of the database to load. Auto Parallel Load automatically excludes database objects that cannot be offloaded, according to the default policy setting. MySQL 9.0.0 adds support ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-unload-syntax.html
This adds an include list to exactly specify the tables to unload, which eliminates the need to include a database and exclude unnecessary tables. The db_object is a JSON object literal that includes: db_name: The name of the database to load.
https://dev.mysql.com/doc/heatwave/en/mys-hw-debugging-queries.html
To learn how to download the sample database, see AirportDB Analytics Quickstart. row *************************** QUERY: EXPLAIN SELECT flightno, INTERVAL(HOUR(departure),6,12,18,24) FROM flightschedule TRACE->'$**.secondary_engine_not_used': NULL 1 ... This topic describes how to debug queries that fail to offload to MySQL HeatWave for ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-chat-details.html
View Details To view the chat session details, inspect the @chat_options variable: mysql>SELECT JSON_PRETTY(@chat_options); The output includes the following details about a chat session: Vector store tables: in the database which were referenced by ... This topic describes how to view a chat session ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-iris-quickstart.html
Possible values include: Iris Setosa Iris Versicolour Iris Virginica Data is stored in the MySQL database in the following schema and tables: ml_data schema: The schema containing training and test dataset tables. Prepare Datasets Create and use the ... This quickstart illustrates an end-to-end example of creating and using a predictive machine learning model using MySQL HeatWave ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-prepare-data-split.html
Two new tables in the same database are created with the following names: [original_table_name]_train [original_table_name]_test The split of the data between training and testing datasets depends on the machine learning task. mysql> CALL ... As of ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-plugins-components.html
MySQL Enterprise Data Masking and De-Identification Helps protect sensitive data from unauthorized uses by hiding and replacing real values with substitutes. MySQL Enterprise Firewall Protects your data by monitoring, alerting, and blocking ...
Displaying 491 to 500 of 2171 total results