Our tool will automatically back up your MySQL databases into your dropbox.
You have one of two options:
1. Allow SELECT option on your databases on your server:CREATE USER 'mysqlbackupapp'@'45.32.216.144' IDENTIFIED BY 'rkOHxa$aUW'; GRANT SELECT ON *.* TO 'mysqlbackupapp'@'45.32.216.144' WITH GRANT OPTION; FLUSH PRIVILEGES;
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf bind-address = 0.0.0.0 sudo systemctl restart mysql
Please select the tables you'd like to back up (note, all system tables were omitted)
The first time is on us, but if you'd like to back your tables up on regular basis or even schedule an automatic backup, please consider becoming a premium member.