MySQL and MariaDB mysqldump Backup and Recovery
The mysqldump command is used to produce a “.sql” file that contains a set of SQL statements. This file can be executed to reproduce the original database table data and…
Create a Password Protected ZIP file from the MacOS Terminal
zip -er target_archive.zip source_folder Enter your password. The Terminal will prompt you to type a password and then verify it by typing it again. Note: No text or asterisks will…