作者 邓超

备份mysql

<?php
/**
* 宝塔的mysql备份 不能备份某个表
*
*/
include_once "../vendor/autoload.php";
$dir = __DIR__."/mysql_back/";
... ...