Search Results
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-learn-with-genai.html
Use NL2ML with In-Database LLMs To use NL2ML to provide citations to MySQL HeatWave documentation, and then leverage in-database LLMs to generate responses that include appropriate table schemas and commands, do the following: Set the skip_generate ... The NL2ML routine enables you to learn about MySQL AI AutoML by providing relevant citations to MySQL AI ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysqlrouter.html
Table 4.6 Conditions that affect default --bootstrap values Condition Description --conf-base-port Modifies generated bind_port values for each connection type. The supplied hostname is written to the host_name field of the ... mysqlrouter Option ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-data-drift-detection.html
You can monitor data drift in the model catalog and when running the ML_PREDICT_ROW and ML_PREDICT_TABLE routines. For the ML_PREDICT_ROW and ML_PREDICT_TABLE routines, the options parameter includes the additional_details boolean value. Run the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-logs-cluster-log.html
The following table lists the most common NDB cluster log messages. Table 25.25 Common NDB cluster log messages Log Message Description Event Name Event Type Priority Severity Node mgm_node_id: Node data_node_id Connected The data node having node ...For information about the cluster log, log events, and event types, see Section 25.6.3, “Event Reports Generated in NDB ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-audit-plugins.html
Additionally, several places in the server call the audit interface when an auditable event occurs, so that registered audit plugins can be notified about the event if necessary. When the plugin is enabled, these variables can be inspected using ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-data-drift-detection.html
You can monitor data drift in the model catalog and when running the ML_PREDICT_ROW and ML_PREDICT_TABLE routines. For the ML_PREDICT_ROW and ML_PREDICT_TABLE routines, the options parameter includes the additional_details boolean value. Run the ...
https://dev.mysql.com/doc/refman/9.7/en/create-procedure.html
The following example shows a simple stored procedure that, given a country code, counts the number of cities for that country that appear in the city table of the world database. This prohibition includes SELECT statements that do not have an INTO ...By default, a stored routine is associated with the default ...
https://dev.mysql.com/doc/refman/9.7/en/gis-point-property-functions.html
A Point consists of X and Y coordinates, which may be obtained using the ST_X() and ST_Y() functions, respectively. These functions also permit an optional second argument that specifies an X or Y coordinate value, in which case the function result ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-operator-functions.html
OpenGIS proposes a number of functions that can produce geometries. These functions support all argument type combinations except those that are inapplicable according to the Open Geospatial Consortium specification. MySQL also implements certain ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-building-clients.html
Also, target hosts running the client application must have the Visual C++ Redistributable for Visual Studio 2015 installed. This section provides guidelines for compiling C programs that use the MySQL C API. Compiling MySQL Clients on Unix ...