Search



Search Results
Displaying 1001 to 1010 of 3428 total results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-indexing.html
To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the collection. Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that ...Because MySQL cannot index JSON values directly, to enable indexing of a collection, you provide a JSON document that specifies the document's fields to be used by the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-indexing.html
To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the collection. Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that ...Because MySQL cannot index JSON values directly, to enable indexing of a collection, you provide a JSON document that specifies the document's fields to be used by the ...
https://dev.mysql.com/doc/refman/8.4/en/identifier-qualifiers.html
For example, this statement creates a table using the unqualified name t1: CREATE TABLE t1 (i INT); Because t1 includes no qualifier to specify a database, the statement creates the table in the default database. This statement creates a table using ...An unqualified name is permitted in contexts where interpretation of the name is ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-management-exchange.html
In addition to the ALTER, INSERT, and CREATE privileges usually required for ALTER TABLE statements, you must have the DROP privilege to perform ALTER TABLE ... In addition, both tables must use the same storage engine: mysql> CREATE TABLE es3 LIKE ...Table nt contains no foreign key references, and no other table has any foreign keys that refer to ...
https://dev.mysql.com/doc/workbench/en/wb-admin-server-management.html
For assistance in creating and managing MySQL connections, see Chapter 5, Connections in MySQL Workbench. To open the Administration - Users and Privileges secondary tab (see the previous figure), click Server and then Users and Privileges. For ...
https://dev.mysql.com/doc/workbench/en/wb-modules.html
To export functions as a module from Python code, perform the following steps: The source file must be located in the user modules folder. This path is displayed in the Workbench Scripting Shell with the label Looking for user plugins in. Table C.2 ... In the GRT Modules are libraries containing a list of functions that are exported for use by code in other modules, scripts, or Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-binary-windows-installer.html
The installer will also create the necessary links in the Start menu to the documentation and release notes. You may also use the /quiet or /q command-line option with the msiexec tool to install the Connector/NET package automatically (using the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pem.html
In your application, add a connection string using the test database and the sslclient user account (created previously). using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "SslMode=VerifyFull" Add the ... The ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-opentelemetry.html
DISABLED: The connector does not create OpenTelemetry spans or forward the OpenTelemetry context to the server. Spans generated by the connector are sent to the same destination (trace exporter) where other spans generated by the user code are sent ... For applications on Linux systems that use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and forwards the current OpenTelemetry context to the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-windows-installer.html
The installer will also create the necessary links in the Start menu to the documentation and release notes. You may also use the /quiet or /q command-line option with the msiexec tool to install the Connector/NET package automatically (using the ...
Displaying 1001 to 1010 of 3428 total results