1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
This commit is contained in:
serg@serg.mylan
2004-11-28 18:19:01 +01:00
6 changed files with 63 additions and 8 deletions

View File

@@ -115,7 +115,7 @@ then
password=$old_style_password
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