0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

DockerのMySQLで ERROR 1006 (HY000) at line 1: Can't create database 'xxx' (errno: xxx)

Posted at

#解決策

ローカルでDockerのVolumeがいっぱいになってただけだった

docker system prune
docker volume prune
docker system df                                             
TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          27        8         6.733GB   3.781GB (56%)
Containers      8         8         8.662MB   0B (0%)
Local Volumes   6         6         2.002GB   0B (0%)
Build Cache     137       0         292.7MB   292.7MB

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?