Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/option-files.html
                                This excludes .mylogin.cnf, which is created using mysql_config_editor and is encrypted, and mysqld-auto.cnf, which the server creates in JSON format.  Most MySQL programs can read startup options from option files (sometimes called configuration ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-error-log-table.html
                                For example, if the log sink is log_sink_internal or log_sink_json, DATA values represent error events in traditional or JSON format, respectively. Currently, the traditional-format log_sink_internal and JSON-format log_sink_json sinks support ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/using-explain.html
                                 The EXPLAIN statement provides information about how MySQL executes statements: EXPLAIN works with SELECT, DELETE, INSERT, REPLACE, and UPDATE statements. When EXPLAIN is used with an explainable statement, MySQL displays information from the ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
                                (WL #10527) Bugs Fixed When an integer value in a JSON document is modified, it becomes a DOUBLE value to the MySQL server, which is returned with a decimal when fetched from the JSON document.  Version 8.0.11 is the first General Availability ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
                                (Bug #29257922) X DevAPI: Connector/J threw an error when a JSON document contained only a field with an empty array as its value. With this fix, Connector/J now takes that as a valid JSON document.  Version 8.0.16 is the latest General Availability ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
                                The configuration is stored per router as JSON in the mysql_innodb_cluster_metadata.routers table with one row per router. For backward compatibility, MySQL Router continues to store some configuration parameters in the attributes JSON in ... MySQL ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-sandbox.html
                                Router also enables a REST API by default in the generated mysqlrouter.conf at bootstrap, and by default the following URL displays a swagger.json for your local setup: https://127.0.0.1:8443/api/20190715/swagger.json.  Test a MySQL Router ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/router-set-trace.html
                                 MySQL Router supports tracing of statements as they are processed by MySQL Router from client to server and the response to the client. Configuration To configure ROUTER SET trace you must add the following to your MySQL Router configuration file: ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions-ml-predict-row.html
                                 ML_PREDICT_ROW generates predictions for one or more rows of data specified in JSON format. mysql> CALL sys.ML_TRAIN('census_data.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); The following example loads the ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-scoring-a-recommendation-model.html
                                It is a JSON object that has the table_name option as a key, which specifies the table that has item descriptions. It is a JSON object that has the table_name option as a key, which specifies the table that has user descriptions.  After generating ...