Search Results
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/workbench/en/wb-mysql-connections-new.html
For a more detailed overview of this process, see the tutorial titled Section 5.2, “Creating A New MySQL Connection (Tutorial)”. To add a connection, click the [+] icon to the right of the MySQL Connections title on the home screen. This opens ...
https://dev.mysql.com/doc/workbench/en/wb-text-objects.html
They are also useful for creating titles for an EER diagram should you decide to export a diagram as a PDF or PNG file. They can be used for documentation purposes; for example, to explain a grouping of schema objects.
https://dev.mysql.com/doc/internals/en/com-create-db.html
COM_CREATE_DB: create a schema Payload 1 [05] COM_CREATE_DB string[EOF] schema name Returns OK_Packet or ERR_Packet Example 05 00 00 00 05 74 65 73 74 .....test .
https://dev.mysql.com/doc/internals/en/good-tests.html
There are a lot of strict rules and rules of thumb which may increase the quality of tests written for the tool pair mysqltest/mysqltest-run.pl (MTR). See the Writing Test Cases section of the MySQL Server Doxygen documentation, available at ...
https://dev.mysql.com/doc/refman/8.4/en/gis-wkt-functions.html
These functions are available for creating geometries from WKT values: ST_GeomCollFromText(wkt [, srid [, options]]), ST_GeometryCollectionFromText(wkt [, srid [, options]]), ST_GeomCollFromTxt(wkt [, srid [, options]]) Constructs a ... These ...