Search Results
https://dev.mysql.com/doc/internals/en/getting-source-tree.html
The following command clones the MySQL Git repository to a directory named mysql-server. Run the git branch -r command to view the “remote-tracking” branches: ~/mysql-server$ git branch -r origin/5.5 origin/5.6 origin/5.7 origin/HEAD -> ... This ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-tls.html
Signature void ndb_mgm_cert_table_free ( struct ndb_mgm_cert_table **list ) Parameters list A linked list of ndb_mgm_cert_table certificate descriptions Return value none ndb_mgm_connect_tls() Description Connects to a management server. Signature ... The functions described in this section were added in NDB 8.3 to support Transport Layer Security for communications between ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
*/ By default all warnings are sent from the server to the client. session.setFetchWarnings() controls whether warnings are discarded at the server or are sent to the client. Similar to the execution of single statements committing or rolling back ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-sm-gui-installer.html
Complete the following fields as required: Tomcat Server Port: Default value is 18080. Select one of the following options: I wish to use the bundled MySQL database: select to install a MySQL server. Important If you choose the bundled server ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-host-name-identity-verification.html
When a DB System is provisioned, a TLS certificate is installed on the MySQL Server. --user specifies the user name of the MySQL account to use for connecting to the server. -p specifies the password of the MySQL account used for connecting to the ... Enabling Host Name Identity Verification 5.5 Enabling Host Name Identity Verification MySQL HeatWave on AWS supports TLSv1.2 and requires that all MySQL client and application connections over the public internet are ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
Default Value com.mysql.cj.PerConnectionLRUFactory Since Version 5.1.1 serverConfigCacheFactory Name of a class implementing 'com.mysql.cj.CacheAdapterFactory', which will be used to create caches for MySQL server configuration values. Default Value ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...
https://dev.mysql.com/doc/connector-j/en/connector-j-opentelemetry.html
MySQL Enterprise Server 8.4.0 has the capability of collecting observability data for the server operations in the OpenTelemetry format (see Telemetry for details). MySQL Connector/J 8.4.0 introduces the client-side counterpart feature, with the ...
https://dev.mysql.com/doc/refman/8.4/en/alter-database.html
With NDB Cluster, making a database read only on one mysqld server is synchronized to other mysqld servers in the same cluster, so that the database becomes read only on all mysqld servers. Statements in a file named at server startup by the ...
https://dev.mysql.com/doc/refman/8.4/en/changing-mysql-user.html
On Windows, you can run the server as a Windows service using a normal user account. On Linux, for installations performed using a MySQL repository or RPM packages, the MySQL server mysqld should be started by the local mysql operating system user.
https://dev.mysql.com/doc/refman/8.4/en/data-directory.html
Information managed by the MySQL server is stored under a directory known as the data directory. Each subdirectory of the data directory is a database directory and corresponds to a database managed by the server. All MySQL installations have ...