Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave/en/mys-hw-data-scanned.html
                                To view a cumulative total of data scanned (in MB) by all successfully executed MySQL HeatWave queries from the time the MySQL HeatWave Cluster was last started, query the hw_data_scanned global status variable.  MySQL HeatWave tracks the amount of ...When one of these features is present, the actual bytes scanned are typically lower than a full base relation ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag.html
                                As of MySQL 9.3.1, default value is '{"model_id": "llama3.2-3b-instruct-v1"}', in previous versions, default value is '{"model_id": "mistral-7b-instruct-v1"}'. This column can be of any data type supported by MySQL HeatWave. In earlier versions of ... The ML_RAG routine performs retrieval-augmented generation (RAG) by: Taking a natural-language ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-introduction.html
                                 INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access privileges. Other terms that are sometimes used for this information are data ...They are actually views, not base tables, so there are no files associated with them, and you cannot set triggers on ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
                                The first parameter for this callback function should be the param value itself: param->mysql_parse(param, ...); A front end plugin can extract text and pass it all at once to the built-in parser, or it can extract and pass text to the built-in ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-content.html
                                 The following sections in this topic describe how to generate new text-based content using the GenAI feature of MySQL AI: Before You Begin Generating Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/load-data.html
                                The mysqlimport utility provides another way to load data files; it operates by sending a LOAD DATA statement to the server. For example, if mysqld was started with the local_infile system variable disabled, LOCAL produces an error. For example, if ...The file can be read from the server host or the client host, depending on whether the LOCAL modifier is ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
                                 This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
                                errors.Error is internally used by Connector/Python to raise MySQL client and server errors and should not be used by your application to raise exceptions.  This exception is the base class for all other exceptions in the errors module. It can be ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-example-ddl.html
                                In a MySQL server, tables are very long-lived objects, and are often accessed by multiple applications written in different languages. cnx = mysql.connector.connect(user='scott') cursor = cnx.cursor() A single MySQL server can manage multiple ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-document-store.html
                                 This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...