Is MySQL supported on virtualized environments such as Oracle VM, VMWare, Docker, Microsoft Hyper-V, or others?
MySQL is supported on virtualized environments, but is certified only for Oracle VM (http://www.oracle.com/technetwork/server-storage/vm/index.html). Contact Oracle Support for more information.
Be aware of potential problems when using virtualization software. The usual ones are related to performance, performance degradations, slowness, or unpredictability of disk, I/O, network, and memory.
File: manual.info.tmp, Node: error-handling, Next: indexes, Prev: faqs, Up: Top
Appendix B Error Messages and Common Problems *********************************************
Menu:
problems:: Problems and Common Errors
This appendix describes the types of error information MySQL provides and how to obtain information about them. The final section is for troubleshooting. It describes common problems and errors that may occur and potential resolutions.
Additional Resources
Other error-related documentation includes:
Information about configuring where and how the server writes the error log: *note error-log::
Information about the character set used for error messages: *note charset-errors::
Information about the language used for error messages: *note error-message-language::
Information about errors related to note 'InnoDB': innodb-storage-engine.: note innodb-error-handling::
Information about errors specific to NDB Cluster: NDB Cluster API Errors (https://dev.mysql.com/doc/ndb-internals/en/ndb-errors.html); see also NDB API Errors and Error Handling (https://dev.mysql.com/doc/ndbapi/en/ndb-api-errors.html), and MGM API Errors (https://dev.mysql.com/doc/ndbapi/en/mgm-errors.html)
Descriptions of the error messages that the MySQL server and client programs generate: MySQL 5.7 Error Message Reference (https://dev.mysql.com/doc/mysql-errors/5.7/en/)
File: manual.info.tmp, Node: error-message-elements, Next: error-interfaces, Prev: error-handling, Up: error-handling