Search



Search Results
Displaying 161 to 170 of 3428 total results
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 ...
https://dev.mysql.com/doc/workbench/en/wb-creating-eer-diagram.html
To create an EER diagram for the sakila database, first add an EER diagram by double-clicking the Add Diagram icon in the EER Diagrams panel to create and open a new EER Diagram editor. To add a table to the canvas, select the Catalog tab in the ...
https://dev.mysql.com/doc/internals/en/getting-index-information.html
It is preferable for storage engines that support indexing to read the index information provided during a CREATE TABLE operation and store it for future use. The reasoning behind this is that the index information is most readily available during ...The key parts define the field associated with the key part, whether the key should be packed, and the data type and length of the index ...
https://dev.mysql.com/doc/refman/8.4/en/gis-wkb-functions.html
Prior to MySQL 8.4, these functions also accepted geometry objects as returned by the functions in Section 14.16.5, “MySQL-Specific Functions That Create Geometry Values”. These functions are available for creating geometries from WKB values: ...
https://dev.mysql.com/doc/refman/8.4/en/making-windows-dumps.html
The PDB file contains more detailed information about mysqld and other tools that enables more detailed trace and dump files to be created. Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbxfrm.html
The ndbxfrm utility can be used to decompress, decrypt, and output information about files created by NDB Cluster that are compressed, encrypted, or both. ndbxfrm can encrypt backups created by any version of NDB Cluster. Usage ndbxfrm --info file[ ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
Applications are able to authenticate using a provided user name and password, or using a locally cached TGT or ST (for example, created using kinit or similar). The output should be similar to this: $> klist Ticket cache: FILE:/tmp/krb5cc_244306 ...
Displaying 161 to 170 of 3428 total results