Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
It is supported by MySQL Enterprise Edition and Connector/J since release 8.2.0—see WebAuthn Pluggable Authentication for details. In either case, issue the following command (additional command options to connect to the right server might be ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-connection-control-failed-login-attempts-table.html
This table provides information about the current number of consecutive failed connection attempts per account (user/host combination). CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS has these columns: USERHOST The user/host combination indicating an ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-windows.html
Figure 10.42 SQL Server Connection Parameters Example on Windows Database System: Microsoft SQL Server Connection Method: choose ODBC (native) to use the native ODBC driver that is provided by Microsoft. Password: optionally enter a password to save ... Select Microsoft SQL Server as the database system and fill out the remaining options as described in this ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-session-account-connect-attrs-table.html
Application programs can provide key-value connection attributes to be passed to the server at connect time. For descriptions of common attributes, see Section 29.12.9, “Performance Schema Connection Attribute Tables”. The ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-session-connect-attrs-table.html
Application programs can provide key-value connection attributes to be passed to the server at connect time. For descriptions of common attributes, see Section 29.12.9, “Performance Schema Connection Attribute Tables”. To see connection ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-walkthrough.html
A typical situation where you would install Connector/ODBC is to access a database on a Linux or Unix host from a Windows machine. These instructions assume that you connect to system ALPHA from system BETA with a user name and password of myuser ...As an example of the process required to set up access between two machines, the steps below take you through the basic ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-walkthrough.html
A typical situation where you would install Connector/ODBC is to access a database on a Linux or Unix host from a Windows machine. These instructions assume that you connect to system ALPHA from system BETA with a user name and password of myuser ...As an example of the process required to set up access between two machines, the steps below take you through the basic ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-connection-status-table.html
This table shows the current status of the I/O thread that handles the replica's connection to the source, information on the last transaction queued in the relay log, and information on the transaction currently being queued in the relay log. It ...There is always a default replication channel, and more replication channels can be ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-remote-management.html
The Remote Management tab is available when connecting to MySQL remotely, as the following figure shows. To access this tab, select a remote connection from the MySQL Connections pane or click New to create a new connection.
https://dev.mysql.com/doc/connectors/en/connector-j-unix-socket.html
Connector/J does not natively support connections to MySQL Servers with Unix domain sockets. Such a custom factory should implement the com.mysql.cj.protocol.SocketFactory interface or the legacy com.mysql.jdbc.SocketFactory interface of ...