diff --git a/bandwidth.sh b/bandwidth.sh index 7febc9b..75a0470 100644 --- a/bandwidth.sh +++ b/bandwidth.sh @@ -3,7 +3,7 @@ function writeMariaDB () { echo "write data to mariadb" - mariadb-import --host server0 --user root -plungretter1 --local --fields-terminated-by=',' bandwidth speedtest.tmp + mariadb-import --host server0 --user sascha -p527646 --local --fields-terminated-by=',' bandwidth speedtest.tmp } function runTest ()