1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql_install_db: correct --skip-grant-tables help

This commit is contained in:
Daniel Black
2018-01-23 07:35:38 +11:00
committed by Sergey Vojtovich
parent 3532a421f6
commit c98906e4fe

View File

@ -448,7 +448,7 @@ else
echo echo
echo "You can also try to start the mysqld daemon with:" echo "You can also try to start the mysqld daemon with:"
echo echo
echo " shell> $mysqld --skip-grant --general-log &" echo " shell> $mysqld --skip-grant-tables --general-log &"
echo echo
echo "and use the command line tool $bindir/mysql" echo "and use the command line tool $bindir/mysql"
echo "to connect to the mysql database and look at the grant tables:" echo "to connect to the mysql database and look at the grant tables:"