LoginSignup
0
0

More than 5 years have passed since last update.

[MySQL] SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine

Posted at

Doctorineの下記のコマンドを実行した際にこのエラーが出た

$ php app/console doctrine:migrations:diff

  [Doctrine\DBAL\Driver\PDOException]
  SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine

Error 28 は、MySQLのための充分なディスク容量の空きスペースがないため発生したようでした。

df コマンドでディスク使用量を確認してみると、見事に 100% 使ってました。

$ df -h

なので、今回はdockerコンテナの再起動と不要なlogファイルの削除を行い、解決しました

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0