Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
Working with collections of documents is straightforward when using X DevAPI. The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table-generated-columns.html
CREATE TABLE t1 (c1 INT, c2 INT GENERATED ALWAYS AS (c1 + 1) STORED); ALTER TABLE t1 MODIFY COLUMN c2 TINYINT GENERATED ALWAYS AS (c1 + 5) STORED; Generated columns can be renamed or dropped, if no other column refers to them. CREATE TABLE t1 (c1 ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlslap.html
Note If the --auto-generate-sql option is also given, mysqlslap drops the schema at the end of the test run. --no-drop Command-Line Format --no-drop Type Boolean Default Value FALSE Prevent mysqlslap from dropping any schema it creates during the ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-installation.html
To remove them, use the UNINSTALL PLUGIN and DROP FUNCTION statements: UNINSTALL PLUGIN version_tokens; DROP FUNCTION version_tokens_set; DROP FUNCTION version_tokens_show; DROP FUNCTION version_tokens_edit; DROP FUNCTION version_tokens_delete; DROP ...To avoid this overhead, do not install it unless you plan to use ...
https://dev.mysql.com/doc/refman/8.4/en/replication-mode-change-online-enable-gtids.html
This procedure does not require taking the server offline and is suited to use in production. If it is possible to enable GTIDs on the replication source server, as described in this procedure, use this approach instead. The following procedure can ... This section describes how to enable GTID transactions, and optionally auto-positioning, on servers that are already online and using anonymous ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-deploy.html
Follow this procedure to deploy a sandbox or production InnoDB ClusterSet deployment. The procedure assumes you already have the following components, as listed in Section 9.1, “InnoDB ClusterSet Requirements”: An existing InnoDB Cluster that ...A sandbox deployment is where all the MySQL server instances and other software run on a single ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-load-dump.html
If you need to change the data after partially loading a dump, manually drop all objects that were created during the partial import (as listed in the progress state file), then run the dump loading utility with the resetProgress option to start ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-lifecycle.html
A GTID is also assigned to the creation, alteration, or deletion of a database, and of a non-table database object such as a procedure, function, trigger, event, view, user, role, or grant. When a table is automatically dropped by a generated ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
The main web page features a drop-down list from which you can select a country. Drag and drop the control to a location beneath the text on your web page. From the DropDownList control context menu, ensure that the Enable AutoPostBack check box is ... In this tutorial you create an ASP.NET web page that binds LINQ queries to entities using the Entity Framework mapping with MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
The main web page features a drop-down list from which you can select a country. Drag and drop the control to a location beneath the text on your web page. From the DropDownList control context menu, ensure that the Enable AutoPostBack check box is ... In this tutorial you create an ASP.NET web page that binds LINQ queries to entities using the Entity Framework mapping with MySQL ...