Trying to install AutoMySQLBackup on Ubuntu
- sudo apt-get update
- sudo apt-get upgrade
- apt-get install automysqlbackup
I get the following error:
Setting up automysqlbackup (2.6+debian.3-1ubuntu1) ...
Could not open required defaults file: /etc/mysql/debian.cnf
Fatal error in defaults handling. Program aborted
Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
Processing triggers for ufw (0.34~rc-0ubuntu2) ...
Processing triggers for ureadahead (0.100.0-16) ...
When I go into the following directory /etc/mysql/, I do not see debian.cnf. Is there a package I am missing?