UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
Now, Connect to reports database on test-msr.geant.net:
Run the following commands:
mysql Command: mysql -ureportsUser -p -htest-msr.geant.net reports ### Password for "reportsUser" user is on LastPass. Shared with Erik and Mark.
truncate truncate table reports.infinera_dna_outages;
LOAD LOAD DATA LOCAL INFILE '/var/tmp/filename.csv' INTO TABLE reports.infinera_dna_outages FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '\"' LINES TERMINATED BY '\n' IGNORE 10 LINES;
...