###前提・実現したいこと
現在開発中で
コンテナの作成と削除を繰り返し行なっていたところ
突然mysqlのコンテナが起動しなくなり下記のようなエラーが出力されるようになりました。
なにか容量が足りない的なことを言われている気はするのですが、
何を指し示しており、どうすればいいのかがわかりません。
また、今後どうすればこれが出なくなるかも教えて下さい。
Cドライブは10G以上空いています。
###発生している問題・エラーメッセージ
Initializing database mysqld: [Warning] World-writable config file '/etc/mysql/conf.d/custom.cnf' is ignored. 2016-10-19T03:04:33.798024Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2016-10-19T03:04:33.836483Z 0 [Warning] InnoDB: Retry attempts for writing partial data failed. 2016-10-19T03:04:33.836512Z 0 [ERROR] InnoDB: Write to file ./ibdata1failed at offset 0, 1048576 bytes should have been written, only 0 were written. Operating system error number 28. Check that your OS and file system support files of this size. Check also that the disk is not full or a disk quota exceeded. 2016-10-19T03:04:33.836523Z 0 [ERROR] InnoDB: Error number 28 means 'No space left on device' 2016-10-19T03:04:33.836528Z 0 [ERROR] InnoDB: Could not set the file size of './ibdata1'. Probably out of disk space 2016-10-19T03:04:33.836533Z 0 [ERROR] InnoDB: InnoDB Database creation was aborted with error Generic error. You may need to delete the ibdata1 file before trying to start up again. 2016-10-19T03:04:34.438268Z 0 [ERROR] Plugin 'InnoDB' init function returned error. 2016-10-19T03:04:34.438445Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2016-10-19T03:04:34.438489Z 0 [ERROR] Failed to initialize plugins. 2016-10-19T03:04:34.438514Z 0 [ERROR] Aborting 2016-10-19T03:04:34.438533696Z
###試したこと
Windows再起動しても変わりませんでした。
###補足情報(言語/FW/ツール等のバージョンなど)
Windows7にDockerを入れて開発しています。
そのDockerにmysqlのコンテナを作成しています。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。