Search Results
                    
                    
            https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-nuget.html
                                Connector/NET Packages (NuGet) Connector/NET provides the following five NuGet packages: MySql.Data This package contains the core functionality of Connector/NET, including using MySQL as a document store (with Connector/NET 8.0 only). In addition, ... MySQL Connector/NET functionality is available as packages from NuGet, an open-source package manager for the Microsoft development platform (including .NET ...You can install or ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-security.html
                                The following security features help keep your data safe and secure. Boot volumes are encrypted on MySQL DB System and MySQL HeatWave nodes, and the database volume is encrypted on the MySQL DB System. The following data masking functions are ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
                                 The buffer_type member of MYSQL_BIND structures indicates the data type of the C language variable bound to a statement parameter or result set column. The table shows the C variable types that you can use, the corresponding type codes, and the SQL ...For input, buffer_type indicates the type of the variable containing the value to be sent to the ...
                                            
                https://dev.mysql.com/doc/internals/en/table-map-event.html
                                 The first event used in Row Based Replication declares how a table that is about to be changed is defined. TABLE_MAP_EVENT: The TABLE_MAP_EVENT defines the structure if the tables that are about to be changed. It is sent as length encoded string ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
                                MySQL only supports one schema for each database (or rather, a MySQL database is a schema) so this difference in design must be planned for. The Migration Wizard must know how to handle the migration of schemas for the source (Microsoft SQL Server) ...Index Yes Yes Yes Yes Information Schema Yes No Yes Yes Object Names Case Sensitivity Depends on collation Depends on collation Mixed Mixed MySQL: sensitivity of database, table, and trigger names OS dependent; other object names are not ...Object Naming Conventions Yes Yes Yes ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-test-and-migrate.html
                                As described previously, each cluster process (other than a process whose type is ndbapi) being brought under MySQL Cluster Manager control must have a valid PID file. Each data node angel process in the standalone cluster must be killed prior to ...
                                            
                https://dev.mysql.com/doc/internals/en/implementing-the-info-method.html
                                 The optimizer requests an update of table information by calling the [custom-engine.html#custom-engine-api-reference-info handler::info()] method. The info() method does not have a return value, instead it is expected that the storage engine will ...scan_time - Cost in I/O seeks to perform a full table ...
                                            
                https://dev.mysql.com/doc/internals/en/logging-transactions-preliminary-rules.html
                                 The following preliminary rules are actually consequences of the principle that statements shall be correctly logged when binlog_format=MIXED or ROW. They also apply when binlog_format=STATEMENT: this makes statement format work in many practical ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/creating-documents.html
                                You store documents by passing a JSON data structure to the Collection.add() function. Some languages have direct support for JSON data, others have an equivalent syntax to represent that data. For strictly-typed languages it is possible to create ...MySQL Connectors that implement X DevAPI aim to implement support for all JSON methods that are native to the Connectors' specific ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/creating-documents.html
                                You store documents by passing a JSON data structure to the Collection.add() function. Some languages have direct support for JSON data, others have an equivalent syntax to represent that data. For strictly-typed languages it is possible to create ...MySQL Connectors that implement X DevAPI aim to implement support for all JSON methods that are native to the Connectors' specific ...