Search



Search Results
Displaying 711 to 720 of 2325 total results
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-tls-channel-status-table.html
Connection interface TLS properties are set at server startup, and can be updated at runtime using the ALTER INSTANCE RELOAD TLS statement. The tls_channel_status table provides information about connection interface TLS properties: mysql> SELECT * ...The row for the Enabled property indicates overall interface status, where the interface and its status are named in the CHANNEL and VALUE columns, ...
https://dev.mysql.com/doc/refman/9.7/en/server-plugins.html
MySQL distributions include several plugins that implement server extensions: Plugins for authenticating attempts by clients to connect to MySQL Server. A connection control plugin that enables administrators to introduce an increasing delay after a ... MySQL supports an plugin API that enables creation of server ...
https://dev.mysql.com/doc/refman/9.7/en/socket-pluggable-authentication.html
The server-side auth_socket authentication plugin authenticates clients that connect from the local host through the Unix socket file. The plugin determines that the --user option value (valerie) differs from the client user's name (stephanie) and ...The plugin uses the SO_PEERCRED socket option to obtain information about the user running the client ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-tagging.html
_disconnect_existing_sessions_when_hidden: Instructs the router to disconnect existing connections from instances that are marked to be hidden. The instance argument is a connection string to the target instance. The instance remains online, but is ... A configurable tag framework is available to allow the metadata of InnoDB Cluster, InnoDB ClusterSet, or InnoDB ReplicaSet to be marked with additional ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-auto-reconnect.html
The MySQL client library can perform an automatic reconnection to the server if it finds that the connection is down when you attempt to send a statement to the server to be executed. If auto-reconnect is enabled, the library tries once to ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-1-0.html
(WL #16293) Added OpenID Connect support for MySQL Enterprise Edition using the authentication_openid_connect server-side authentication plugin. (Bug #115476, Bug #36796197) JavaScript Programs A JavaScript stored program always uses the utf8mb4 ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
Choose the Database System that is being migrated and the other connection parameters will change accordingly. The current Workbench MySQL connections will be available here, or you can choose Manage DB Connections to create a new connection. This ... This example migrates a Microsoft SQL Server database to MySQL and includes an image for each ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
Character Set Changes MySQL Workbench now uses utf8mb4 as the connection and client character set, replacing utf8mb3. SQL context help was enhanced to eliminate the requirement of having a valid MySQL connection to view the help topics and to ...
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
wbcopytables can connect to the source database using either ODBC, the Python DBAPI, or the native MySQL client library. Table 6.2 File Location (Default) Operating System Location Linux /usr/bin/wbcopytables macOS ... wbcopytables is a command-line ...
https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
The most common errors made in bug reports are (a) not including the version number of Connector/J or MySQL used, and (b) not fully describing the platform on which Connector/J is installed (including the JVM version, and the platform type and ...
Displaying 711 to 720 of 2325 total results