Support Forums

Full Version: Import BDD more than 5Mo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PHP Code:
<?php
system
("/usr/bin/mysql -uLOGIN -pPASSWORD -hHOSTNAME BDDNAME < dump.sql"$fp);
?>

Source : Hack-Free
Author : CyberSee
Using BigDump is very easy way ;)