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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -