Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-character-set.html
                                 int mysql_set_character_set(MYSQL *mysql, const char *csname) Description This function is used to set the default character set for the current connection. The connection collation becomes the default collation of the character set. This function ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-31.html
                                 Version 8.0.31 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. 
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
                                 Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J 9.4.0 supersedes 9.3 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-sharing.html
                                 This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Importing Shared Model Run AutoML Routines on Imported Model What's ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-embeddings.html
                                 This section describes how to generate vector embeddings using the ML_EMBED_ROW routine. Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other data. You can pass the text ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-export.html
                                 Use the ML_MODEL_EXPORT routine to export a model from the model catalog to a user defined table. To learn how to use ML_MODEL_EXPORT to share models, see Grant Other Users Access to a Model. ML_MODEL_EXPORT Overview After you run ML_MODEL_EXPORT, ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-import.html
                                 Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Grant Other Users Access to a Model. ML_MODEL_IMPORT Overview MySQL AI supports the import of AutoML and ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
                                 The DBDoc - Model Reporting dialog is found by opening a model, selecting Model from the menu, and then DBDoc - Model Reporting. Note This functionality is only available in the MySQL Workbench Commercial Editions. Use the DBDoc- Model Reporting ...
                                            
                https://dev.mysql.com/doc/internals/en/generating-browsable-binary-log-information.html
                                 Source files in the sql directory of a MySQL source tree or source distribution contain comments that can be processed with doxygen to generate HTML files that describe classes, files, and so forth. To generate the HTML files and view information ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
                                 Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. Functions included in the asyncio API must be used to ...