<?php class Backup { /** * @var stores the options */ var $config; /** * @var stores the final sql dump */ var $dump; /** * @var stores the table structure + inserts for every table */ var $struktur = array(); /** * @var zip file name */ var $datei; /** * this function is the constructor and phrase the options * and connect to the database * @return */ public function Backup($options) { // write options foreach($options AS $name => $value) { $this->config[$name] = $value; }
這是一個很好用的php備份整個MySQL資料庫類,需要的朋友可以下載使用
本站所有資源皆由網友貢獻或各大下載網站轉載。請自行檢查軟體的完整性!本站所有資源僅供學習參考。請不要將它們用於商業目的。否則,一切後果都由您負責!如有侵權,請聯絡我們刪除。聯絡方式:admin@php.cn
相關文章
29Jul2016
postgresql資料庫:postgresql資料庫php實作mysql資料庫備份類別:1.實例化DbBak需要告訴它兩件事:資料伺服器在哪裡($connectid)、備份到哪個目錄($backupDir): require_once('DbBak.php') ; require_once('TableBak.php'); $connectid = mysql_connect('localhost','root','123456'); $backupDir =
11Jun2018
本文實例講述了php實作MySQL資料庫備份類別。分享給大家供大家參考。具體分析如下:這是一個非常簡單的利用php來備份mysql資料庫的類別文件,我們只要簡單的配置好連接地址用戶名與資料庫即可
29Jul2016
php mysql:php mysql php MYSQL 資料備份類別:功能上有: require_once("backdata.class.php"); $link = @mysql_connect("localhost","資料庫名稱","密碼") 或 die ('Could not connect to server.'); mysql_query("use cms",$link); mysql_query("set names utf8",$lin
29Jul2016
asp.net資料庫連線:asp.net資料庫連線整合了前面的PHP資料庫連線類別~~做成分頁類別!:不知道學PHP有沒有前途~哎越寫越沒勁