Search



Search Results
Displaying 761 to 770 of 3829 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-characteristics.html
A plugin can implement system and status variables that are available through the SHOW VARIABLES and SHOW STATUS statements. The server plugin API has these characteristics: All plugins have several things in common. If the API changes over time, ...Each plugin has a name that it can be referred to in SQL statements, as well as other metadata such as an author and a description that provide other ...
https://dev.mysql.com/doc/refman/8.4/en/ipv6-local-connections.html
This example specifies the local host addresses for both IPv4 and IPv6: [mysqld] bind_address = 127.0.0.1,::1 For more information, see the bind_address description in Section 7.1.8, “Server System Variables”. The following procedure shows how ...In addition to the CREATE USER statement, you can issue GRANT statements that give specific privileges to the account, although that is not necessary for the remaining steps in this ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-linux.html
Select Microsoft SQL Server as the source database system and fill out the remaining options as described in this section. Figure 10.43 SQL Server Connection Parameters Example on Linux Source RDBMS connection parameters include: Database System: ...Alternatively, choose ODBC Data Source (FreeTDS) if you defined a DSN when creating the SQL Server ...For additional information about how to install a FreeTDS ...
https://dev.mysql.com/doc/connector-python/en/connector-python-installation-source.html
Optional: To include the C Extension, use these steps to provide the path to the installation directory of MySQL Server (or to the folder where the server binaries are located) with the MYSQL_CAPI system variable before running the installation step. For installing the classic interface only: MySQL Server binaries (server may be installed or not installed on the system), including development files (to obtain the MySQL Server binaries, visit the MySQL download ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
You can use the ndb_data_node_neighbour server system variable to set a data node neighbor for an NDB Cluster SQL node. This section provides information about the Ndb_cluster_connection class, which models a connection by a management server ...By ...
https://dev.mysql.com/doc/refman/8.4/en/function-loading.html
It registers the function in the mysql.func system table to make it persistent across server restarts. Loadable functions, as the name implies, must be loaded into the server before they can be used. MySQL supports automatic function loading during ...While a loadable function is loaded, information about it is available as described in Section 7.7.2, “Obtaining Information About Loadable ...
https://dev.mysql.com/doc/refman/8.4/en/show-processlist.html
A value of system user refers to a nonclient thread spawned by the server to handle tasks internally, for example, a delayed-row handler thread or an I/O (receiver) or SQL (applier) thread used on replica hosts. The value of this column corresponds ...The MySQL process list indicates the operations currently being performed by the set of threads executing within the ... SHOW [FULL] PROCESSLIST ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-content.html
Note In versions older than MySQL 9.2.1, to alter an existing table or create a new table, MySQL requires you to set the sql-require-primary-key system variable to 0. The MySQL server can be installed on a variety ', 'of operating systems, including ...Summarize Text To summarize text, perform the following steps: To define the text that you want to summarize, set the @text variable: mysql> SET @text="TextToSummarize"; Replace TextToSummarize with the text that you want to ... The following ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
Additional suggestions are now available, such as system variables, engines, table spaces, logfile groups, and more. This is another way to transfer data from one MySQL server to another while performing a migration, and it complements the existing ... This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL Workbench 6.2 ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. This package now is required only on hosts where Connector/C++ applications make connections using commercial MySQL server accounts with LDAP authentication.
Displaying 761 to 770 of 3829 total results