diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 3a834a2667b36c5c70a3bf7f37d9ea942406fe9e..1ab9835f7582657c66548a668330f17a8258378d 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -419,7 +419,7 @@ if ($opt_stage <= 9 && !$opt_no_test && !$opt_no_benchmark) rm_all($bench_tmpdir); rm_all("$opt_tmp") if ($new_opt_tmp); -log_system("$pwd/$host/bin/mysqladmin $mysqladmin_args -S $mysql_unix_port -u root shutdown"); +log_system("$pwd/$host/bin/mysqladmin $mysqladmin_args -S $mysql_unix_port shutdown"); print LOG "ok\n"; close LOG; print "$host: ok\n";