php - Mysql database backup sql file security? -
php - Mysql database backup sql file security? -
i have php script backup database dbname.sql
can accessible anyone. need encrypt/decrypt backup database accessible in application. how can this?
note: have list page download database backups. want server able utilize database only.
when backup file, move location can not accessed in root directory of server. example, if you're public directory public_html, move file outside (or same level) public_html file.
then 2 ways access either script (with proper calls) or via ftp client.
php encryption mysqldump database-backups file-security
Comments
Post a Comment