This script allow to import large .sql files.
Edit the lines:
$db_server = 'localhost';
$db_name = 'test';
$db_username = 'root';
$db_password = 'pass';
$filename = 'DATABASE.sql';
Upload database and the script in the same director.
Execute yoursite.com/bigdump.php
Done.
Edit the lines:
$db_server = 'localhost';
$db_name = 'test';
$db_username = 'root';
$db_password = 'pass';
$filename = 'DATABASE.sql';
Upload database and the script in the same director.
Execute yoursite.com/bigdump.php
Done.
Comment