Skip to content

Commit c98906e

Browse files
grooverdansvoj
authored andcommitted
mysql_install_db: correct --skip-grant-tables help
1 parent 3532a42 commit c98906e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mysql_install_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ else
448448
echo
449449
echo "You can also try to start the mysqld daemon with:"
450450
echo
451-
echo " shell> $mysqld --skip-grant --general-log &"
451+
echo " shell> $mysqld --skip-grant-tables --general-log &"
452452
echo
453453
echo "and use the command line tool $bindir/mysql"
454454
echo "to connect to the mysql database and look at the grant tables:"

0 commit comments

Comments
 (0)