Quantcast
Viewing latest article 2
Browse Latest Browse All 4

Dump MySQL database

<?php /** * Dump MySQL database * * Here is an inline example: * <code> * $connection = @mysql_connect($dbhost,$dbuser,$dbpsw); * $dumper = new MySQLDump($dbname,'filename.sql',false,false); * $dumper->doDump(); * </code> * * Special thanks to: * - Andrea Ingaglio <andrea@coders4fun.com> helping in development of all class code * - Dylan Pugh for precious advices halfing the size [...]Image may be NSFW.
Clik here to view.

Viewing latest article 2
Browse Latest Browse All 4

Trending Articles