Saturday, September 30, 2023
HomeSoftware EngineeringAcquired error 168 from storage engine

Acquired error 168 from storage engine


If you’re getting the next error in MySQL:
ERROR 1030 (HY000): Acquired error 168 from storage engine

Then this normally implies that your server has run out of disk area!

That is by no means a very good factor, however will be resolved by merely deleting some recordsdata on the server that you simply don’t want.

Resolution 1: Delete some recordsdata

You probably have some recordsdata on the server that you may delete to release some area, then achieve this.

In any other case we have to discover one other route..

Resolution 2: Clear the Journal

Linux retains journal entries on disk, and this may take up some area that you may try to reclaim from.

Run the next command to vacuum the journal.

journalctl --vacuum-size=500M

After you have accomplished this motion, now you can run dh -f to see how a lot area you’ve out there.

You’ll now have the ability to run the SQL command that failed beforehand.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments