Encryption of mysqldump file using Openssl
8:44 PM
Using Openssl the mysqldump file can be encrypted before its saved onto the disk.
The following steps show how this can be used: 1) Start with backing up databases using mysqldump
mysql -uroot -p < all-databases.sql |
0 comments