Search



Search Results
Displaying 451 to 460 of 1965 total results
https://dev.mysql.com/doc/refman/9.7/en/slow-query-log.html
Note If you specify the TABLE log destination, see Log Tables and “Too many open files” Errors. The log_timestamps system variable controls the time zone of timestamps in messages written to the slow query log file (as well as to the general ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-api-using.html
Trying to execute more simple statements than this number at the same time gives rise to an error. A statement producing a result set containing unsupported data types results in an unsupported type error. This section discusses the use of the API ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-libraries.html
row *************************** LIBRARY_CATALOG: def LIBRARY_SCHEMA: jslib LIBRARY_NAME: lib1 LIBRARY_DEFINITION: export function f(n) { return n } LANGUAGE: JAVASCRIPT CREATED: 2024-12-16 09:20:26 LAST_ALTERED: 2024-12-16 09:20:26 SQL_MODE: ...
https://dev.mysql.com/doc/refman/9.7/en/upgrade-prerequisites.html
To check for these issues, execute this command: mysqlcheck -u root -p --all-databases --check-upgrade If mysqlcheck reports any errors, correct the issues. To avoid upgrade errors, such views should be altered before upgrading. Failing to do so ...
https://dev.mysql.com/doc/refman/9.7/en/upgrading-what-is-upgraded.html
If the data dictionary is out of date but the server is prevented from upgrading it, the server does not run, and exits with an error instead. For example: [ERROR] [MY-013381] [Server] Server shutting down because upgrade is required, yet prohibited ... Installing a new version of MySQL may require upgrading these parts of the existing installation: The mysql system schema, which contains tables that store information required by the MySQL server as it runs (see Section 7.3, “The mysql System ...
https://dev.mysql.com/doc/refman/9.7/en/x-plugin-status-variables.html
Mysqlx_aborted_clients The number of clients that were disconnected because of an input or output error. Mysqlx_cursor_close The number of cursor-close messages received Mysqlx_cursor_fetch The number of cursor-fetch messages received ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-special-options.html
This option is not compatible with the --no-locking option; using both options together will make mysqlbackup throw an error. This option is not compatible with the --no-locking option; using both options together will make mysqlbackup throw an ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-deploy.html
For example: mysql-js> myclusterset = cluster.createClusterSet("testclusterset", {"clusterSetReplicationSslMode":"VERIFY_IDENTITY"}); When you issue the cluster.createClusterSet() command, MySQL Shell checks that the target InnoDB Cluster complies ... Follow this procedure to deploy a sandbox or production InnoDB ClusterSet ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-working-with-cluster.html
If the timeout value defined by dba.gtidWaitTimeout is reached when waiting for transactions to be applied and the force option is false (or not defined) then an error is issued and the remove operation is aborted. If the timeout value defined by ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-extension-createresult-return.html
You can also add an error definition dictionary to this list, to indicate errors which occurred during SQL processing. The error dictionary must have the following attributes: error: (string) description of the error. The data can be either a ...
Displaying 451 to 460 of 1965 total results