ich habe mit phpmyadmin ein Backup gemacht.
(1,7MB,ohne Probleme)
Jetzt möchte ich das Backup mit BigDump wieder einspielen,
(auf meinem OFFLINE Test Board)
leider ohne Erfolg!
Fehlermeldung:
Code: Alles auswählen
BigDump: Staggered MySQL Dump Importer ver. 0.21b
Database connection failed due to Unknown database 'tomate2'
Edit the database settings in C:/apachefriends/xampp/htdocs/xampp/testforum/dump/bigdump.php or contact your database provider
Start from the beginning (DROP the old tables before restarting)
© 2003-2005 Alexey Ozerov - BigDump Home
// Database configuration
$db_server = "localhost";
$db_name = "tomate2";
$db_username = "root";
$db_password = "";
// Other Settings
$filename = ""; // Specify the dump filename to suppress the file selection dialog
$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. Use to reduce server overrun