sudo rpi-update
sudo reboot
Note: this may enable the Predictable Network Interface Names settings.
| [client] | |
| user = "mysql_user" | |
| password = "mysql_password" | |
| host = "localhost" |
sudo rpi-update
sudo reboot
Note: this may enable the Predictable Network Interface Names settings.
| #!/bin/bash | |
| #============================================================================== | |
| #TITLE: mysql_backup.sh | |
| #DESCRIPTION: script for automating the daily mysql backups on development computer | |
| #AUTHOR: tleish | |
| #DATE: 2013-12-20 | |
| #VERSION: 0.4 | |
| #USAGE: ./mysql_backup.sh | |
| #CRON: | |
| # example cron for daily db backup @ 9:15 am |