The blog about containerisation, virtual machines and useful shell snippets and findings

Tag: mysql

Fully automated docker mysql database backup from remote low-end NAS

The main idea is to have fully automated docker database backup from low end D-Link NAS DNS-320

Docker MySQL container “Field doesn’t have a default value”

issue caused by long lasting MySQL bug http://stackoverflow.com/questions/15438840/mysql-error-1364-field-doesnt-have-a-default-values

Simple docker mysql backup/restore

https://gist.github.com/spalladino/6d981f7b33f6e0afe6bb

How to launch MySQL in docker with collation and charset

You can use following line in service description in docker-compose.yml for mysql database

More secure mysqldump for docker container

In case you have warning message about insecure user and password usage from command line you can do following

How to load mysql dump from local host

The main thing is to specify -i key, it allows input redirection from host to container

Еще один быстрый скрипт для бекапа mysql из docker

Мой предыдущий способ “просто запусти и залинкуй контейнер” разбился о проблемы с поддержкой mysql версии 5

История про баг в бекапе confirm/mysql-backup

Прекрасная идея и достойное воплощение MySQL бекапов прямо из контейнера

Earlier Ctrl + ↓