InnoDB: The OS said file flush did not succeed

Asked 1 years ago, Updated 1 years ago, 37 views

ERROR InnoDB: The OS said file flush did not succeed
What kind of error is ?

mysql

2022-09-30 20:24

1 Answers

This means that you instructed the operating system to write changes to the disk, but they replied that the write failed.Could I say that I failed to save it?

This could be due to insufficient free space on the file system, or to some fault with the file system or disk.

MySQL may have some more information following the error, but if you don't have one, check the OS error log (dmesg or /var/log/messages for Linux).

MySQL::Error: the OS said file flush did not succeed, Help!


2022-09-30 20:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.