Het gaat dan om de
Host in vullen dat is vaak gewoon "localhost"
Databasenaam
Database gebruikersnaam
database password
Natuurlijk zijn dit de gegevens van de nieuwe database he

For the record, de tweede en de derde screenshot laten wel degelijk phpMyAdmin zien, alleen met een logootje van de provider in plaats van het standaard scheepje.Pascal schreef:Hmm, dat is geen phpmyadmin, je kunt beter aan je host vragen of ze dit willen importeren,
Code: Selecteer alles
*** Accurate current directory detection
// *** Accurate filename handling and urlencode in URLs
// *** Add Paypal button
// Database configuration
$db_server = 'localhost';
$db_name = 'DB547979';
$db_username = 'U547979';
$db_password = '*****';
// Other settings (optional)
$filename = ''; // Specify the dump filename to suppress the file selection dialog
$csv_insert_table = 'lonefansite_nl_1.php'; // Destination table for CSV files
$ajax = true; // AJAX mode: import will be done without refreshing the website
$linespersession = 3000; // Lines to be executed per one import session
$delaypersession = 0; // You can specify a sleep time in milliseconds after each session
// Works only if JavaScript is activated.
Gedaan?mcvandermeij schreef:Please read the BigDump FAQs for more infos.