PHP Classes

File: docs/configuration/backup/mysql.md

Recommend this page to a friend!
  Classes of Chouchen   Shikiryu PHP Backup Tool   docs/configuration/backup/mysql.md   Download  
File: docs/configuration/backup/mysql.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Shikiryu PHP Backup Tool
Backup files and databases to different storage
Author: By
Last change:
Date: 4 years ago
Size: 541 bytes
 

Contents

Class file image Download

Mysql backup configuration

## JSON

"Mysql": {
  "host"  : "mysql address",
  "login" : "mysql login",
  "pwd"   : "mysql password",
  "db"    : "mysql database",
  "tables": [
    ""
  ]
}

## General You can indicate "*" or nothing into tables to save every tables in the selected database.

## Options host (mandatory) = mysql host login (mandatory) = mysql login pwd (mandatory) = mysql password db (mandatory) = database where the tables you want to save are in. tables (mandatory) = array of tables