1048576字节应该已经被写入仅写入1044480字节重试剩余的字节

问题描述

Wordpress已安装在Bitnami上。 今天,当我查看日志记录时,发现了以下错误;

    2020-08-16T18:26:15.618889Z 0 [System] [MY-010116] [Server] /opt/bitnami/mysql/bin/mysqld.bin (mysqld 8.0.20) starting as process 8901
2020-08-16T18:26:15.638134Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2020-08-16T18:26:16.203509Z 1 [Warning] [MY-012637] [InnoDB] 1048576 bytes should have been written. Only 1044480 bytes written. Retrying for the remaining bytes.
2020-08-16T18:26:16.205041Z 1 [Warning] [MY-012638] [InnoDB] Retry attempts for writing partial data failed.
2020-08-16T18:26:16.205188Z 1 [ERROR] [MY-012639] [InnoDB] Write to file ./ibtmp1 failed at offset 7340032,1048576 bytes should have been written,only 1044480 were writ$
2020-08-16T18:26:16.208104Z 1 [ERROR] [MY-012640] [InnoDB] Error number 28 means 'No space left on device'
2020-08-16T18:26:16.208369Z 1 [ERROR] [MY-012267] [InnoDB] Could not set the file size of './ibtmp1'. Probably out of disk space
2020-08-16T18:26:16.208621Z 1 [ERROR] [MY-012926] [InnoDB] Unable to create the shared innodb_temporary.
2020-08-16T18:26:16.210537Z 1 [ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error Generic error.
2020-08-16T18:26:16.712427Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
2020-08-16T18:26:16.714751Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2020-08-16T18:26:16.716022Z 0 [ERROR] [MY-010119] [Server] Aborting
2020-08-16T18:26:16.734832Z 0 [System] [MY-010910] [Server] /opt/bitnami/mysql/bin/mysqld.bin: Shutdown complete (mysqld 8.0.20)  MySQL Community Server - GPL.

我该如何解决问题?

解决方法

确保您有足够的磁盘空间。

[InnoDB] Error number 28 means 'No space left on device'

df -hPdf -i的产出是多少?

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...