MySql database backup tool Code
Brought to you by:
stauga
File | Date | Author | Commit |
---|---|---|---|
README.txt | 2010-07-23 |
![]() |
[b45bd8] V 0.3 |
backup.php | 2010-07-23 |
![]() |
[b45bd8] V 0.3 |
Configuration ALLOW_HTTP_ACCESS – Possible values: TRUE/FALSE (bool) BIND_ADDRESS – Deny access from other IP addresses (string) STORAGE_DIR – Directory name for backup files (string) MAX_FILES – Max number of files in backup directory (int) ROW_LIMIT – Limit rows for one single insert query (int) DB_HOST – Host for database connection (string) DB_USER – User for database connection (string) DB_PASS – Password for database connection (string) DB_NAME – Database name (string) FILE_CHMOD – Set backup files permissions after creating (oct) ROW_LIMIT_SELECT – Limit rows when selecting data from database tables (int) PAUSE_BETWEEN_SELECTS – Server load control (int) Usage Set the appropriate settings to access the database, upload the script to the server and create a folder with the name of a specified configuration. Set writable permissions for backup folder. And you can use the tool.