Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
                                Old names have been deprecated—though they are still usable for now, they are to be removed eventually in future releases; users are therefore encouraged to switch to the new names. (WL #14207) Functionality Added or Changed Important Change: A ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-viewing.html
                                mysql> SELECT column FROM ML_SCHEMA_user name.MODEL_CATALOG where model_handle='model_handle'; The following example queries one of the model handles and views the model explanation for that model. The schema is named for the user that created the ... To view the details for the models in your model catalog, query the MODEL_CATALOG ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-models-delete.html
                                 Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. mysql> DELETE FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_id = 3; Where: ML_SCHEMA_user1.MODEL_CATALOG is the fully qualified name of ...Before You Begin Review how to Create a Machine Learning ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-rag.html
                                HeatWave AutoML is optimized for HeatWave shapes and scaling, and all", "distance": 0.0561, "document_name": "/var/lib/mysql-files/demo-directory/heatwave-en.pdf" }, { "segment": "HeatWave shapes and scaling, and all HeatWave AutoML makes it easy to ... The ML_RAG routine runs retrieval-augmented generation which aims to generate more accurate responses for your ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-run-chat.html
                                **Automated Model Selection**: HeatWave AutoML allows users to select the best-performing model for their specific problem from a range of pre-trained models. **Model Training**: The platform trains the selected model on the user's dataset and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/binary-log-mysql-database.html
                                 The contents of the grant tables in the mysql database can be modified directly (for example, with INSERT or DELETE) or indirectly (for example, with GRANT or CREATE USER). This pertains to statements such as GRANT, REVOKE, SET PASSWORD, RENAME ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/internal-locking.html
                                Row-Level Locking Table-Level Locking Choosing the Type of Locking Row-Level Locking MySQL uses row-level locking for InnoDB tables to support simultaneous write access by multiple sessions, making them suitable for multi-user, highly concurrent, ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-logging-category.html
                                Log Backward Compatible User Definitions Enabled Whether to log the user_specification part of CREATE USER, ALTER USER, and GRANT statements in backward-compatible (pre-5.7.6) fashion Log Error Log errors and startup messages to this file.  Lists ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/data-masking.html
                                Administration is restricted to authorized users who are granted special privileges so that only they can create and modify the dictionaries. Applications that must substitute a real name with a dictionary term to protect to protect sensitive ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/database-use.html
                                The administrator needs to execute a statement like this: mysql> GRANT ALL ON menagerie.* TO 'your_mysql_name'@'your_client_host'; where your_mysql_name is the MySQL user name assigned to you and your_client_host is the host from which you connect ...Use the SHOW statement to find out what databases currently exist on the server: mysql> SHOW DATABASES; +----------+ | Database | +----------+ | mysql | | test | | tmp | +----------+ The mysql database describes user access ...