mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
mysql_install_db: correct --skip-grant-tables help
This commit is contained in:
committed by
Sergey Vojtovich
parent
3532a421f6
commit
c98906e4fe
@ -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:"
|
||||
|
Reference in New Issue
Block a user