1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixes while reviewing code

(Cleanups and better bug fixes)
This commit is contained in:
monty@mysql.com
2004-11-26 02:31:22 +02:00
parent f1e86036ee
commit eb304bd49f
7 changed files with 25 additions and 26 deletions

View File

@ -74,7 +74,7 @@ parse_arguments()
parse_arguments "$@"
if test -z "$cmd"; then
cmd="$bindir/mysql -f --user=$user --host=$host"
cmd="$bindir/mysql --no-defaults --force --user=$user --host=$host"
if test ! -z "$root_password"; then
cmd="$cmd --password=$root_password"
fi