Search



Search Results
Displaying 691 to 700 of 3329 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
It is suitable for use with MySQL Server versions 5.5, 5.6, 5.7, and 8.0. By providing a comma-separated list of values to this option (for example, “TLSv1,TLSv1.1,TLSv1.2”) users can, for example, prevent connections from using older TLS ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-tls.html
The default behavior is: client_ssl_mode = PREFERRED server_ssl_mode = AS_CLIENT This establishes TLS connections between the client and Router if the client desires switching to TLS and the server supports TLS. This also matches the existing ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-reference.html
This is the maximum number (integer) of idling server connections in the connection pool. GET /connection_pool/{name}/status Shows reusedConnections as a count (integer) of client connections that reused a server connection since the application ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-setup.html
Create a user for whom the server will use the auth_simple plugin for authentication: mysql> CREATE USER 'x'@'localhost' -> IDENTIFIED WITH auth_simple; Use a client program to connect to the server as user x. The server-side auth_simple plugin ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
From a programming point of view, it is the same as if your thread called DriverManager.getConnection() every time it needed a JDBC connection. When using connection pooling, each individual thread can act as though it has created its own JDBC ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
From a programming point of view, it is the same as if your thread called DriverManager.getConnection() every time it needed a JDBC connection. When using connection pooling, each individual thread can act as though it has created its own JDBC ...
https://dev.mysql.com/doc/refman/8.4/en/windows-create-option-file.html
This is particularly true under the following circumstances: The installation or data directory locations are different from the default locations (C:\Program Files\MySQL\MySQL Server 8.4 and C:\Program Files\MySQL\MySQL Server 8.4\data). For ... If ...You can determine its exact location from the value of the WINDIR environment variable using the following command: C:\> echo %WINDIR% MySQL looks for options in each location first in the my.ini file, and then in the my.cnf ...
https://dev.mysql.com/doc/refman/8.4/en/multifactor-authentication.html
To enable authentication to the MySQL server using accounts that require multiple passwords, client programs have --password1, --password2, and --password3 options that permit up to three passwords to be specified. To enable authentication to the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-service.html
Installing programs as Windows services usually must be done using an account that has Administrator rights on the system. To install the management node as a service on Windows, invoke ndb_mgmd.exe from the command line on the machine hosting the ... Once you are satisfied that NDB Cluster is running as desired, you can install the management nodes and data nodes as Windows services, so that these processes are started and stopped automatically whenever Windows is started or ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.privileges.html
The mysqlbackup command connects to the MySQL server using the credentials supplied with the --user and --password options. Here are the privileges required by mysqlbackup: The minimum privileges for the MySQL user with which mysqlbackup connects ...You can either create a new user with a limited set of privileges, or use an administrative account such as ...
Displaying 691 to 700 of 3329 total results