Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-collections-operations.html
In MySQL Shell, you can create new collections, get a list of the existing collections in a schema, and remove an existing collection from a schema. The following example creates a collection called flags in the world_x schema. Collection names are ...
https://dev.mysql.com/doc/refman/8.4/en/sys-create-synonym-db.html
Given a schema name, this procedure creates a synonym schema containing views that refer to all the tables and views in the original schema. This can be used, for example, to create a shorter name by which to refer to a schema with a long name ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
One of the easiest ways to create a custom template is to make a copy of any existing template. </value> <value type="string" key="name">Fixed Size Font</value> <value type="string" key="previewImageFileName">preview_basic.png</value> <value ... In ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-creating-graphs-overview.html
For an example of how to create a graph, see Section 31.1.9, “Creating a New Graph: An Example”. The XML elements for creating a graph are as follows: version The version number of the graph. Graphs are defined in XML files, then imported into ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-directories.html
When data is cloned, the following directories and files are created for internal use. *.#clone files: Temporary data files created on the recipient while data is removed from the recipient data directory and new data is cloned during a remote ...
https://dev.mysql.com/doc/refman/8.4/en/error-creating-innodb.html
Initialization Problems If something goes wrong when InnoDB attempts to initialize its tablespace or its log files, delete all files created by InnoDB: all ibdata files and all redo log files (#ib_redoN files). If you created any InnoDB tables, also ... The troubleshooting steps for InnoDB I/O problems depend on when the problem occurs: during startup of the MySQL server, or during normal operations when a DML or DDL statement fails due to problems at the file system ...
https://dev.mysql.com/doc/refman/8.4/en/gis-mysql-specific-functions.html
MySQL provides a set of useful nonstandard functions for creating geometry values. GeomCollection() with no arguments is permitted as a way to create an empty geometry. GeometryCollection() with no arguments is permitted as a way to create an empty ...The functions described in this section are MySQL extensions to the OpenGIS ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-create-db.html
int mysql_create_db(MYSQL *mysql, const char *db) Description Creates the database named by the db parameter. Use mysql_real_query() or mysql_query() to issue an SQL CREATE DATABASE statement instead. CR_SERVER_LOST The connection to the server was ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/deployment-creation.html
The NDB Cluster is ready for transactions once all pods are ready.
https://dev.mysql.com/doc/workbench/en/wb-basic-foreign-key.html
This creates a foreign key in the invoice_item table, the table on the “many” side of the relationship. Create a view, add a text object, or add a layer. Select the table tool again and place another table on the canvas. First, click the ...