Search



Search Results
Displaying 901 to 910 of 5281 total results
https://dev.mysql.com/doc/refman/8.4/en/import-table.html
Given those file names, the copy commands look like this: $> cd export_basedir/data/hr $> cp employees_125.sdi /tmp/export $> cp managers_238.sdi /tmp/export $> cp employees.{MYD,MYI} /tmp/export $> cp managers.{MYD,MYI} /tmp/export Unlock the ...To ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-toolbar.html
Figure 8.3 SQL Query Toolbar SQL query tools (from left to right) are: Open a script file in this editor: Loads content from a saved SQL script into the SQL editor. Save the script to a file: Enables you to save the current content of the SQL editor ... The SQL query toolbar provides actions that enable you to create and manage ...
https://dev.mysql.com/doc/internals/en/debug-sync-point.html
They were part of the MySQL code until the 6.0.5 and 5.1.46 versions. Debug Sync Points have been removed from the code in favor of the Debug Sync Facility. Debug Sync Points give user-level locks the ability to synchronize at arbitrary points in ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-how-to-import-onnx.html
Encode ONNX File Before importing an ONNX model, you must convert the ONNX file to Base 64 encoding and carry out string serialization. To do this, you must create a classic MySQL session and set the appropriate local-infile setting for the client.
https://dev.mysql.com/doc/internals/en/binlog-formats.html
An SQL query that modifies the database will generate one or more events and append them to the binlog. If the server cannot determine that a statement is correctly logged, a warning or error shall be issued: If it is possible that the user (through ... Status of this subsection: Complete but not reviewed 2009-10-21 The binlog is organized as a linear sequence of ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
DSN Configuration: The ODBC configuration file stores the driver and database information required to connect to the server. The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 5.1 Connector/ODBC ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
DSN Configuration: The ODBC configuration file stores the driver and database information required to connect to the server. The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 3.1 Connector/ODBC ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgmd.html
When --reload is used, the management server must be able to communicate with data nodes and any other management servers in the cluster before it attempts to read the global configuration file; otherwise, the management server fails to start. The ...Management clients can connect to the management server and check the cluster's ...cluster-config-suffix Command-Line Format --cluster-config-suffix=name Type String Default Value [none] Override ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--server-ssl-cipher SSL Cipher for Server --server-ssl-crl The path to the file containing the certificate revocation lists in PEM format --server-ssl-crlpath The path to the directory that contains the certificate revocation list files in PEM ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-config.html
By default, the management node is the source for the configuration data; to override the default, execute ndb_config with the --config-file or --mycnf option. This example demonstrates combining --config-binary-file with other ndb_config options to ... This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf ...
Displaying 901 to 910 of 5281 total results