Search Results
https://dev.mysql.com/doc/refman/9.7/en/webauthn-pluggable-authentication.html
You want to enhance optimization by only sending the information that is necessary. Note WebAuthn authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition supports an authentication method ...
https://dev.mysql.com/doc/refman/9.7/en/what-is-mysql.html
The database structures are organized into physical files optimized for speed. MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation. The MySQL website ...
https://dev.mysql.com/doc/refman/9.7/en/windows-select-server.html
Binary Description mysqld Optimized binary with named-pipe support mysqld-debug Like mysqld, but compiled with full debugging and automatic memory allocation checking Each of the servers in a distribution support the same set of storage engines.
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/index.html
Abstract This is the user manual for MySQL Enterprise Backup, a commercially licensed backup utility for MySQL databases. It explains the different kinds of backup and restore that can be performed with MySQL Enterprise Backup, and describes the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/intro.html
While optimized for use with InnoDB tables, MySQL Enterprise Backup is capable of backing up and restoring all kinds of tables created by any kinds of storage engines supported by MySQL. MySQL Enterprise Backup 9.7.2 is a backup utility for MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.html
Review Section 13.1, “Optimizing Backup Performance” to understand the various issues that can impact the performance of MySQL Enterprise Backup. The mysqlbackup client is an easy-to-use tool for all backup and restore operations. During backup ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.privileges.html
This also optimizes locking in order to minimize disruption to database processing. The mysqlbackup command connects to the MySQL server using the credentials supplied with the --user and --password options. You can either create a new user with a ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-fetch-lengths.html
If you plan to copy field values, this length information is also useful for optimization, because you can avoid calling strlen(). unsigned long * mysql_fetch_lengths(MYSQL_RES *result) Description Returns the lengths of the columns of the current ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-result-metadata.html
If you call mysql_stmt_result_metadata() after mysql_stmt_prepare() but before mysql_stmt_execute(), the column types in the metadata are as determined by the optimizer. MYSQL_RES * mysql_stmt_result_metadata(MYSQL_STMT *stmt) Description ...
https://dev.mysql.com/doc/mysql-router/26.7/en/router-read-write-splitting-statements.html
The following table maintenance statements: ANALYZE TABLE, OPTIMIZE TABLE, CHECK TABLE, REPAIR TABLE. The following describes read-only statements: Statements are read-only if they start with: SELECT DO VALUES TABLE WITH that is not followed by ...