diff options
| -rw-r--r-- | allocbench/benchmarks/mysql.py | 2 |
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 |
