Search Results
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Error number: MY-012974; Symbol: ER_IB_MSG_1149; SQLSTATE: HY000 Message: Tablespace size stored in header is %lu pages, but the sum of data file sizes is only %lu pages Error number: MY-012975; Symbol: ER_IB_MSG_1150; SQLSTATE: HY000 Message: ...If ... The MySQL server writes some error messages to its error log, and sends others to client ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-error.html
This exception is the base class for all other exceptions in the errors module. The information is parsed and passed to the Error exception as shown. Each exception subclassing from Error can be initialized using the previously mentioned arguments.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-error.html
This exception is the base class for all other exceptions in the errors module. The information is parsed and passed to the Error exception as shown. Each exception subclassing from Error can be initialized using the previously mentioned arguments.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
The following list enumerates all NDB errors of type AE (Application error). NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code 5062 MySQL error DMEC Error message The specified node is not an API node.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-internal-error.html
The index needs to be dropped and recreated NDB error code 914 MySQL error DMEC Error message Invalid index stats request NDB error code 916 MySQL error DMEC Error message Invalid index stats sys tables NDB error code 917 MySQL error DMEC Error ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-error.html
The following list enumerates all NDB errors of type SE (Schema error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-temporary-resource-error.html
The following list enumerates all NDB errors of type TR (Temporary Resource error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Currently there is a 4G limit of one undo/data-file in 32-bit host 1516 MySQL error. Encrypted backup is not supported by the data node/s 1308 MySQL error. Currently there is a limit of one logfile group 1515 MySQL error. Database and schema name ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-innodb.html
Note To avoid concurrency issues during backups of busy databases, you can use the --only-innodb option to back up only InnoDB tables and the associated data. If you use the compressed backup feature, the .ibd files are renamed in their compressed ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-rotation.html
If the location of the error log file is not writable by the server, the log-flushing operation fails to create a new log file. For example, on Linux, the server might write the error log to the /var/log/mysqld.log file, where the /var/log directory ... If you flush the error log using a FLUSH ERROR LOGS or FLUSH LOGS statement, or a mysqladmin flush-logs command, the server closes and reopens any error log file to which it is ...