Search



Search Results
Displaying 651 to 660 of 1965 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-troubleshooting.html
If mysqlbackup encounters problems during operating system calls, it returns the corresponding OS error codes. You might need to consult your operating system's documentation for the meaning of those error codes and how to handle them. By default, ... To troubleshoot issues regarding backup and restore with the MySQL Enterprise Backup product, consider the following aspects: Before troubleshooting any problem, familiarize yourself with the known limits and restrictions on the product, in Appendix B, Limitations of MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-application-log-verbose.html
If you specify the option without a value, which is permitted as a command-line option when starting MySQL Shell (--verbose) but not with other methods of setting the option, setting 1 (internal error, error, warning, and informational messages) is ... You can send MySQL Shell logging information to the console to help with ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-application-log.html
By default, MySQL Shell sends logging information at logging level 5 (error, warning, and informational messages) to an application log file. You can use MySQL Shell's logging feature to verify the state of MySQL Shell while it is running and to ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-extension-objects-create.html
An error is raised if an object type is passed to the function that is not in this list. An error is raised if a value is passed to the function that is not in this list. MySQL Shell validates the options specified by the end user and raises an ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-read-replicas-monitoring.html
instanceErrors: List of diagnostic errors if at least one error has occurred. This section describes how to monitor your Read Replicas, view topologies, and so on. Status Describe Status For detailed information on the Cluster.status() method, see ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-json-run.html
If the schema name is not specified and cannot be identified from the session, an error is returned. The function itself returns void, or an exception in case of an error. The JSON import utility requires an existing X Protocol connection to the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/reboot-outage.html
If a cluster member is in RECOVERING or ERROR, and all other members are OFFLINE or ERROR, dba.rebootClusterFromCompleteOutage() attempts to stop Group Replication on that member. If Group Replication fails to stop, the command stops and displays an ... If your cluster experiences a complete outage you can reconfigure it using ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/setting-up-innodb-cluster-and-mysql-router.html
This error means that the instance running on port 3310 is no longer running. In the following example, we complete the following tasks using a sandbox deployment with AdminAPI to deploy an InnoDB Cluster with MySQL Router. Deploying and using ...
https://dev.mysql.com/doc/mysql-errors/9.7/en/preface.html
It lists all error messages produced by server and client programs in MySQL 9.7. Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-building-clients.html
For example: gcc -o progname progname.o `mysql_config --libs` If an error occurs at link time that the floor symbol is undefined, link to the math library by adding -lm to the end of the compile/link line. Similarly, if you get undefined-reference ... This section provides guidelines for compiling C programs that use the MySQL C ...
Displaying 651 to 660 of 1965 total results