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:
Run the following queries to grant us access:
        CREATE USER 'mysqlbackupapp'@'45.32.216.144' IDENTIFIED BY 'S;9Bh;f@f#';
        GRANT SELECT ON *.* TO 'mysqlbackupapp'@'45.32.216.144' WITH GRANT OPTION;
        FLUSH PRIVILEGES;

Then run this in linux:
sudo ufw allow from 45.32.216.144 to any port 3306
2. Give us access to your SSH so we can do it for you:
3. Check mysql.conf
    sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
    bind-address            = 0.0.0.0
    sudo systemctl restart mysql

We have successfully connected to your database:

Please select the tables you'd like to back up (note, all system tables were omitted)

Great, you've selected your tables, now it's time to connect to your Dropbox:

You're done. You've backed up your database to Dropbox, how easy was that?

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.

$50 to have a piece of mind ain't that bad!

Purchase a server licence now.