Search



Search Results
Displaying 741 to 750 of 2325 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-mysqld.html
The mysqld parameter ndb-connectstring is used to specify the connection string either on the command line when starting mysqld or in my.cnf. The connection string contains the host name or IP address where the management server can be found, as ...
https://dev.mysql.com/doc/refman/9.7/en/show-engine.html
The connection row's Status column contains the name-value pairs described in the following table. The number in the created column is the same as the number of data nodes in the cluster to which the MySQL server has connected. SHOW ENGINE ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-deploying-bootstrapping.html
The related command line options: --conf-use-sockets: Optionally enable UNIX domain sockets for all four connection types, as demonstrated in the example. This sets the port for classic read-write (PRIMARY) connections, and defaults to 6446. To ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/configuring-production-instances.html
Depending on the way MySQL Shell is connected to the instance, and the version of MySQL running on the instance, you can make these changes permanent by persisting them to a remote instance's option file, see Section 6.2.3, “Persisting Settings”. For example: dba.configureInstance('user@example:3306') For more information, see Connecting to the Server Using URI-Like Strings or Key-Value ... AdminAPI provides the dba.configureInstance() function that checks if an instance ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-status.html
The MySQL Shell instance where you use clusterSet.status() can be connected to any active member of the InnoDB ClusterSet. extended: 3 adds important configuration settings for the ClusterSet replication channel, such as the connection retry ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-threaded-clients.html
To avoid aborting the program when a connection terminates, MySQL blocks SIGPIPE on the first call to mysql_library_init(), mysql_init(), or mysql_connect(). Two threads can share the same connection with the following caveats: Unless you are using ... This section provides guidance for writing client programs that use the thread-related functions in the MySQL C ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-options4.html
MYSQL_OPT_CONNECT_ATTR_ADD (argument types: char *, char *) This option adds an attribute key-value pair to the current set of connection attributes to pass to the server at connect time. If the key is empty or already exists in the current set of ... int mysql_options4(MYSQL *mysql, enum mysql_option option, const void *arg1, const void *arg2) Description mysql_options4() is similar to mysql_options() but has an extra fourth argument so that two values can be passed for the option specified in the second ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins-proxy-users.html
For a server-side authentication plugin to participate in proxy user support, these conditions must be satisfied: When a connecting client should be treated as a proxy user, the plugin must return a different name in the authenticated_as member of ... One of the capabilities that pluggable authentication makes possible is proxy users (see Proxy ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/myai-installation-clean-cmdline.html
--mysql-root-allow-remote-connection: The root user is allowed to connect from hosts other than localhost. --mysql-studio-port=port#: Replace the default port number (8000) with another one for MySQL Studio's server to listen for connections. The ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
The Navigator area of the sidebar contains options to manage the active MySQL connection. It also lists the schemas on the server for that connection. To access the Navigator area, open an existing connection (or create a new connection) from the ...If the panel is not visible, click View, Panels, and then Show ...
Displaying 741 to 750 of 2325 total results