Skip to content

unable to run twice the import because no DROP table settings #19

@fab-kaz

Description

@fab-kaz

Hi,

To add the DROP table settings, just insert

$tab=explode(" ",$line);
$output .="DROP TABLE IF EXISTS ".$tab[2].";"."\n";

between

$in_create_table=true;
$line=str_replace(""", "`", $line);

and

$output.=$line;
$linenumber++;
continue;

regards,

f.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions