Tag: mysql
The main idea is to have fully automated docker database backup from low end D-Link NAS DNS-320
issue caused by long lasting MySQL bug http://stackoverflow.com/questions/15438840/mysql-error-1364-field-doesnt-have-a-default-values
https://gist.github.com/spalladino/6d981f7b33f6e0afe6bb
You can use following line in service description in docker-compose.yml for mysql database
In case you have warning message about insecure user and password usage from command line you can do following
The main thing is to specify -i key, it allows input redirection from host to container
Вот простой рецепт
Мой предыдущий способ “просто запусти и залинкуй контейнер” разбился о проблемы с поддержкой mysql версии 5
Прекрасная идея и достойное воплощение MySQL бекапов прямо из контейнера