Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Since Version 5.1.25 connectionLifecycleInterceptors A comma-delimited list of classes that implement 'com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor' that should be notified of connection lifecycle events (creation, destruction, ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-first.html
(Of course, if the enumeration members change, you must recompile your application to enable it to take account of new trackers.) data: The address of a const char * variable. int mysql_session_track_get_first(MYSQL *mysql, enum ...To control which ...Following a successful call to mysql_session_track_get_first(), call this function repeatedly as long as it returns ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-enterprise-backup.html
For example, on Linux distributions that use systemd: s3> systemctl stop mysqld Preserve the two configuration files in the corrupted server's data directory, auto.cnf and mysqld-auto.cnf (if it exists), by copying them to a safe location outside of ...The following instructions assume that you are already familiar with how to use MySQL Enterprise Backup to perform a backup; if that is not the case, please review Backing Up a Database ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
In the case where a NoDataFound error is a possibility, you must check for it explicitly, as shown in this example: Ndb_cluster_connection myConnection; if( myConnection.connect(4, 5, 1) ) { cout << "Unable to connect to cluster within 30 secs." << ...The fact that the transaction did not abort does not necessarily mean that each operation was successful; you must check each operation individually for ...execute() is also equipped with ...
https://dev.mysql.com/doc/refman/8.4/en/security.html
The data files, log files, and the all the application files of your installation should be protected to ensure that they are not readable or writable by unauthorized parties. These include choosing good passwords, not granting unnecessary ... When ...For more information, see Section 8.2, “Access Control and Account ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-source-to.html
CHANGE REPLICATION SOURCE TO causes the previous values for SOURCE_HOST, SOURCE_PORT, SOURCE_LOG_FILE, and SOURCE_LOG_POS to be written to the error log, along with other information about the replica's state prior to execution. GTID_ONLY = {0|1} ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-audit.html
By default, the file is named audit.log and is located in the data directory. To verify that events are being logged, issue a statement such as SHOW DATABASES and check the audit.log file contents for the log event. The default audit log file is ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.verify.html
240426 13:09:04 MAIN INFO: Source Image Path = /home/meb/mysql/backups/testback3.mbi mysqlbackup completed OK! Furthermore, you can also verify that your backup has been successful by restoring the backup data on a different server and run the MySQL ... You can check the integrity of your backup using the validate ...Oracle ...
MySQL Enterprise Monitor 8.0 Release Notes :: Changes in MySQL Enterprise Monitor 8.0.1 (2018-07-24)
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-1.html
Also, to better support Japanese installations, the configuration_report files, generated by the installer, now use the utf8 character set. (Bug #27986851) MySQL Enterprise Service Manager always used the default data purge values, regardless of ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
If the file does not exist or is otherwise inaccessible, an error occurs. If the file does not exist or is otherwise inaccessible, an error occurs. The mysqlshow client can be used to quickly see which databases exist, their tables, or a table's ...