Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/scs-mysql
https://github.com/dpb587/scs-mysql
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpb587/scs-mysql
- Owner: dpb587
- Created: 2013-11-30T19:37:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-22T01:01:47.000Z (almost 11 years ago)
- Last Synced: 2024-10-30T18:13:20.670Z (2 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