An open API service indexing awesome lists of open source software.

https://github.com/pekarskyi/sxd

Sypex Dumper 2.0.11 (with support for PHP 8.1 and higher)
https://github.com/pekarskyi/sxd

db script

Last synced: about 1 month ago
JSON representation

Sypex Dumper 2.0.11 (with support for PHP 8.1 and higher)

Awesome Lists containing this project

README

          

# Sypex Dumper 2.0.11 (with support for PHP 8.1 and higher)

Sypex Dumper is a software product (PHP-script), which can help you create a backup (dump) of a MySQL database, and also restore the database from the backup if needed.

Sypex Dumper, unlike many similar programs (scripts), is optimized for maximum performance, as well as for working with large databases of hundreds or thousands of megabytes.

Sypex Dumper 2 became faster and more functional, with new functions added for working with databases and table maintenance. In addition, the ability to run from the command line (console) and on schedule (cron) is implemented.

Sypex Dumper has been created by the specialists of a Ukrainian company BINOVATOR.

Sypex Dumper is licensed under the BSD license, i.e. it is absolutely free.

[https://sypex.net/en/](https://sypex.net/en/)

## Installing

1. Unzip it and upload the contents of the directory to the server.
2. Set chmod 777 for 'backup' directory.
3. Set chmod 666 for files 'cfg.php' and 'ses.php'.

## Using

1. Open an URL http://domain.com/sxd/ in browser.
2. Enter the username and password for your database.

p.s.: I repaired the script so that it supports PHP 8.1 and higher.