Search



Search Results
Displaying 1061 to 1070 of 3567 total results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-bootstrap.html
For the purpose of demonstrating that the server is indeed in a group and that it is able to handle load, create a table and add some content to it. mysql> CREATE DATABASE test; mysql> USE test; mysql> CREATE TABLE t1 (c1 INT PRIMARY KEY, c2 TEXT ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-import.html
--connections=# Command-Line Format --connections=# Type Integer Default Value 1 Minimum Value 1 Maximum Value 4294967295 Number of cluster connections to create. --resume Command-Line Format --resume If a job is aborted (due to a temporary db error ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
https://dev.mysql.com/doc/refman/8.4/en/show.html
In SHOW statement results, user names and host names are quoted using backticks (`). SHOW has many forms that provide information about databases, tables, columns, or status information about the server. The pattern is useful for restricting ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
-DSYSTEMD_PID_DIR=dir_name The name of the directory in which to create the PID file when MySQL is managed by systemd. -DREPRODUCIBLE_BUILD=bool For builds on Linux systems, this option controls whether to take extra care to create a build result ...
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 1061 to 1070 of 3567 total results