Search Results
                    
                    
            https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-semisynchronous-replication-plugins.html
                                 This section describes how to write server-side semisynchronous replication plugins, using the example plugins found in the plugin/semisync directory of MySQL source distributions. That directory contains the source files for source and replica ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-5-0.html
                                 Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J 9.5.0 supersedes 9.4 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-router/9.4/en/mysql-router-installation-linux.html
                                Installation options include: Official MySQL Yum or APT repository packages: These binaries are built by the MySQL Release team.  There are binary distributions of MySQL Router available for several variants of Linux, including Fedora, Oracle Linux, ...
                                            
                https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
                                To compile the source code, create a folder to contain the compiled binaries and executables, run cmake to create the make file, and then compile the code. Either manually edit the generated mysqlrouter.conf or set it during bootstrap, for example ... MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-row.html
                                 The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-metrics.html
                                 The ML_TRAIN routine includes the optimization_metric option, and the ML_SCORE routine includes the metric option. Both of these options define a metric that must be compatible with the task type and the target data. precision_k: An Oracle ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-results.html
                                 The results area of the screen shows the results from executed statements. If the script contains multiple statements, a result subtab will be generated for each statemented that returned results. The following figure shows a single subtab and ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-installing.html
                                Binary distributions of MySQL Workbench are available for the preceding platforms. Source code distributions are also available as a tar.gz package, or an RPM package. The sections in this chapter explain the installation process for each of these ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html
                                The ODBC drivers you use must be of the same architecture as the MySQL Workbench binaries you are using. General Information Microsoft Windows is required because Microsoft Access ODBC drivers are only available on Windows. As for the destination ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
                                To use it, follow these steps: Using FreeTDS with iODBC When compiling FreeTDS for use with iODBC (the default with the official binaries), it must be compiled with the --enable-odbc-wide command line. Many distributions ship older versions of ...