https://github.com/dpb587/scs-mysql
https://github.com/dpb587/scs-mysql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpb587/scs-mysql
- Owner: dpb587
- Created: 2013-11-30T19:37:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-22T01:01:47.000Z (over 11 years ago)
- Last Synced: 2025-02-10T11:48:27.248Z (5 months ago)
- Language: Puppet
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You might need to connect to the latest container to initialize it:
host$ lxc-attach -n $(docker ps -notrunc -q --latest)
You might need to initialize a container that has a new volume:
container$ mysql_secure_installation
> ...snip...You might need to restore a database:
container$ wget -qO- "$BACKUP_URL" | mysql -u root -ppassword dbname