Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/capability-flags.html
                                 The capability flags are used by the client and server to indicate which features they support and want to use. Value 0x00000080 Server Enables the LOCAL INFILE request of LOAD DATA|XML. See mysql_real_connect() CLIENT_TRANSACTIONS Value 0x00002000 ...CLIENT_IGNORE_SIGPIPE Value 0x00001000 Client Do not issue SIGPIPE if network failures occur (libmysqlclient ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-applications.html
                                For a script that executes in a Web environment, the script must handle character encoding properly for its interaction with the MySQL server, and it must generate pages that correctly indicate the encoding so that browsers know how to display the ...For the per-database or server-startup techniques, the settings control the character set for data ... For applications that store data using the default ...If applications ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
                                To use the name of an embedding model that is not available in MySQL HeatWave for running RAG, also add the vector embeddings of the input queries to a column of the input table. For example: mysql> SET @options = JSON_OBJECT( ... As of MySQL 9.2.1, ...The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as filters for finding relevant tables for context ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-byo-embedding-tables.html
                                For example: mysql> SET @query="What is AutoML?"; To retrieve the augmented prompt and generate the output, use the ML_RAG routine: mysql> CALL sys.ML_RAG(@query,@output,@options); Print the output: mysql> SELECT JSON_PRETTY(@output); The output is ...In addition to the specified column names, the ML_RAG and ML_RAG_TABLE routines use the name of the embedding model used to embed the input query to find relevant embedding tables for context ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-autotune.html
                                 autotune [--dryrun] [--sequential-restart] [--writeload=writeload] template cluster_name writeload: {low|medium|high} template: {web|realtime|test} The command autotune a number of parameters for the cluster according to the specified values for ...
                                            
                https://dev.mysql.com/doc/workbench/en/workbench-faq.html
                                These server variables are then reset at the end of the script using the following statements: SET SQL_MODE=@OLD_SQL_MODE; SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS; SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS; Workbench Behavior A.1. This sets the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
                                After an account's password has been expired, all operations performed by the account in subsequent connections to the server result in an error until the user issues an ALTER USER statement to establish a new account password.  The mysql system ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
                                For TTS backups for replica servers, use the --replica-info option to have the file backup_gtid_executed.sql generated and included in the backups. For TTS backups for replica servers, use the --slave-info option to have the file ... These options ...The option is an alias of --slave-info, which has been decprecated ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
                                Note MySQL 8.4 Server requires the Microsoft Visual C++ 2019 Redistributable Package to run on Windows platforms. Recommended MSI Installation Method The simplest and recommended method is to download the MSI and let it install MySQL Server, and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-options.html
                                Note The presence of the server_uuid system variable does not change the requirement for setting a unique server_id value for each MySQL server as part of preparing and running MySQL replication, as described earlier in this section.  The following ...Command-Line Format --server-id=# System Variable server_id Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 1 Minimum Value 0 Maximum Value 4294967295 This variable specifies the server ...