Search Results
Displaying 501 to 510
of 510 total results
- « Previous
- 49
- 50
- 51
https://dev.mysql.com/doc/refman/8.4/en/server-configuration.html
The MySQL server, mysqld, has many command options and system variables that can be set at startup to configure its operation. To determine the default command option and system variable values used by the server, execute this command: $> mysqld ...
https://dev.mysql.com/doc/refman/8.4/en/show-replicas.html
Replica_UUID: The globally unique ID of this replica, as generated on the replica and found in the replica's auto.cnf file. SHOW REPLICAS Displays a list of replicas currently registered with the source. SHOW REPLICAS should be executed on a server ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-1-0.html
When specified on the command line or in the mysqld-auto.cnf option file (with SET PERSIST_ONLY) a deprecation warning prints to the server error log. Instead, use MySQL server to generate missing SSL and RSA files automatically at startup (see ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-8.html
(Bug #118705, Bug #38310595) Running SET PERSIST on a system variable after an upgrade can result in duplicate variable entries across different sections in mysqld-auto.cnf. Note These release notes were created with the assistance of MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/config-file-parameters.html
# [mysqld] innodb_data_file_path=ibdata1:12M:autoextend innodb_page_size=16384 innodb_checksum_algorithm=crc32 innodb_buffer_pool_filename=ib_buffer_pool innodb_undo_tablespaces=2 All file paths contained in the generated backup-my.cnf are relative ... You can specify mysqlbackup options either on the command line or as configuration parameters inside a configuration ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows-service.html
The installation also configures the agent to start automatically whenever Windows starts, and to shut down safely whenever Windows shuts down. C:\>SC START MCM C:\>SC STOP MCM Alternatively, use the NET START and NET STOP commands: ... Important ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-reset-connection.html
mysql_reset_connection() has effects similar to mysql_change_user() or an auto-reconnect except that the connection is not closed and reopened, and reauthentication is not done. mysql_reset_connection() affects the connection-related state as ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-1-0.html
The log contained a high volume of messages having the form DICT: index index number stats auto-update requested, logged by the DBDICT block each time it received a report from DBTUX requesting an update. IPv6 Support Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
(Bug #95039, Bug #35534640) The auto-deserialization function for BLOB objects is now deprecated. A deprecation warning will be issued if the connection property autoDeserialize is set to true. Version 8.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.1.0 supersedes the 8.0 series and is recommended for use on production ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
(WL #15197) The auto-deserialization function for BLOB objects, deprecated since release 8.1.0, is now removed. During the reset, the autocommit mode of the session was restored to the default value specified on the server by the system variable ...
Displaying 501 to 510
of 510 total results
- « Previous
- 49
- 50
- 51