Nieuws

This is a highly configurable Bash script to backup MySQL databases, folders, zip them, and then upload them to AWS S3. Simply download the code, copy the example config file to a .settings.conf file, ...
I am sharing here how we can take backup of our Project mysql database file and upload it in our Dropbox Account. Advantage using this feature is we can store our database backup in our Dropbox ...
How to Backup MySQL Database in Linux? To take a backup of MySQL databases or databases, the database must exist in the database server and you must have access to it. The format of the command would ...
MySQL includes "mysqldump" and "mysqladmin" for backing up and managing MySQL databases. Master these two commands and become a competent MySQL admin.
So, I have a shell script named "backupdb" that backs up my MySQL database. When I run the command "sudo sh ...