summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.vnet.ibm.com>2018-01-23 07:35:38 +1100
committerSergey Vojtovich <svoj@mariadb.org>2018-01-23 15:03:30 +0400
commitc98906e4fe779430e1392d70ba71fb7ac41eb6ff (patch)
tree3d032a9e5b377417ffd79361ee9a8630131d5f30
parent3532a421f6e272c739f4c435e80a354ba13da824 (diff)
downloadmariadb-git-c98906e4fe779430e1392d70ba71fb7ac41eb6ff.tar.gz
mysql_install_db: correct --skip-grant-tables help
-rw-r--r--scripts/mysql_install_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 7d644e835da..b437108d041 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -448,7 +448,7 @@ else
echo
echo "You can also try to start the mysqld daemon with:"
echo
- echo " shell> $mysqld --skip-grant --general-log &"
+ echo " shell> $mysqld --skip-grant-tables --general-log &"
echo
echo "and use the command line tool $bindir/mysql"
echo "to connect to the mysql database and look at the grant tables:"