1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
This commit is contained in:
serg@serg.mylan
2004-11-28 20:42:04 +01:00
9 changed files with 55 additions and 17 deletions

View File

@@ -105,7 +105,7 @@ then
done
fi
cmd="$bindir/mysql -f --user=$user --host=$host"
cmd="$bindir/mysql --no-defaults --force --user=$user --host=$host"
if test ! -z "$password" ; then
cmd="$cmd --password=$password"
fi