Skip to content

Instantly share code, notes, and snippets.

@ericbruggema
ericbruggema / mysqldbzipexport.php
Created October 9, 2015 08:40
MySQL Databases to ZIP export tool
error_reporting(E_ALL);
set_time_limit(0);
date_default_timezone_set('Europe/Amsterdam');
$nocache = 'SQL_NO_CACHE ';
$username = 'root';
$password = 'usbw';
$hostname = 'localhost';
$port = '3307';