Commit c98906e4 authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

mysql_install_db: correct --skip-grant-tables help

parent 3532a421
......@@ -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:"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment