Skip to content

Instantly share code, notes, and snippets.

View MubinSayed's full-sized avatar
🎯
Focusing

Mubin Sayed MubinSayed

🎯
Focusing
View GitHub Profile
@Richtermeister
Richtermeister / mysqlbackup.php
Created February 19, 2011 18:51
backup of mysql database as individual tables (zipped)
<?php
/**
* simple script to export mysql database(s) into zip file(s) containing individual tables
*
* @author Richtermeister
*/
//database access params
$mysql_host = "localhost";