This topic is locked

Guide 50 – Online Database Backup

2/7/2023 2:37:12 PM
PHPRunner Tips and Tricks
fhumanes author

This guide explains the use of the mysqldump-php library that allows us to backup the tables, views, functions, trigger, etc., of the objects of a MySQL or MariaDB schema.

It has many configurable possibilities through its properties array. In the example are the basic ones that I have considered minimal. Faced with new requirements, you can try it on your own or tell me to find an alternative between the two.

Aim

Make a backup of all the objects (tables, views, triggers, functions, etc.) of the database schema in which a PHPRunner application is connected .

DEMO : https://fhumanes.com/video/videoclub/

user: admin / admin

img alt

If you are interested in this topic, keep reading the article at this link .