refresh script

This commit is contained in:
2025-04-20 22:00:55 +02:00
parent fab32f1e6a
commit b7fc29ec20
26 changed files with 7943 additions and 128 deletions

View File

@@ -13,11 +13,11 @@ use MIME::Lite;
$|++; # Autoflush
my ( $filename, $sqlout );
my $username = 'ase_lar';
my $username = 'aselar';
my $password = 'laravel';
my $db_lar = 'ase_lar';
my $db_sp = 'ase_lar';
my $server = 'localhost';
my $server = '85.235.153.201';
my $db_name = "ase_lar";
my $table = "RAWDATACOR";
my ( @CSVData, @sql );