1- configurare lo script: ma di quale DB? Quello da importare?
Codice: Seleziona tutto
$db_server = 'localhost';
$db_name = 'NOME_TUO_DB';
$db_username = 'USERNAME_TUO_DB';
$db_password = 'PASSWORD_TUO_DB';
$db_connection_charset = ''; (in questa voce volendo puoi dare i parametri di codifica (utf8, latin1, cp1251, koi8r etc.)
Salva il file3 - stessa domanda per il lancio dello script.
Infine per il lancio dello scripy all'interno dello script leggo istruzioni leggermente diverse
Codice: Seleziona tutto
// 1. Adjust the database configuration in this file
// 2. Remove the old tables on the target database if your dump doesn't contain "DROP TABLE"
// 3. Create the working directory (e.g. dump) on your web server
// 4. Upload bigdump.php and your dump files (.sql, .gz) via FTP to the working directory
// 5. Run the bigdump.php from your browser via URL like http://www.yourdomain.com/dump/bigdump.php
// 6. BigDump can start the next import session automatically if you enable the JavaScript
// 7. Wait for the script to finish, do not close the browser windowAmmetto la mia confusione

