aboutsummaryrefslogtreecommitdiff
path: root/build/mysql/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'build/mysql/mysql')
-rwxr-xr-xbuild/mysql/mysql4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/mysql/mysql b/build/mysql/mysql
index 766e580..c273d56 100755
--- a/build/mysql/mysql
+++ b/build/mysql/mysql
@@ -19,11 +19,11 @@ while [ $# -gt 0 ]; do
opt="$opt --user=$2"
shift 2
;;
- --passwd)
+ --password)
opt="$opt --password=$2"
shift 2
;;
- --db-name)
+ --database)
opt="$opt --database=$2"
shift 2
;;