aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-08 18:47:13 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-02 11:18:47 +0200
commit1d2010aeb747f1104bcb94f3cfddbd05c1113d99 (patch)
tree2c02db975713ebe7a1c18ceafb8f54f498ecdb96
parent600cf425bf5e96b8562a0f434827bcbe7fc20bcc (diff)
downloadallocbench-1d2010aeb747f1104bcb94f3cfddbd05c1113d99.tar.gz
allocbench-1d2010aeb747f1104bcb94f3cfddbd05c1113d99.zip
fix wrong user name in mysql.py
-rw-r--r--allocbench/benchmarks/mysql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/benchmarks/mysql.py b/allocbench/benchmarks/mysql.py
index 20a14ce..f8f6d60 100644
--- a/allocbench/benchmarks/mysql.py
+++ b/allocbench/benchmarks/mysql.py
@@ -85,7 +85,7 @@ import allocbench.facter as facter
import allocbench.plots as plt
from allocbench.util import print_status, print_debug, print_info2, print_warn, run_cmd
-MYSQL_USER = "fischerling"
+MYSQL_USER = "root"
RUN_TIME = 300
TABLES = 5