Commit db82f53
Raghav Kapoor
BUG#11765553 - 58534: MYSQL_INSTALL_DB PRINTS INCOMPLETE OPTION NAME
BACKGROUND:
"--skip-grant" is an incomplete option name. It should be
"--skip-grant-tables" in mysql_install_db.sh.Besides,full
option name should be displayed, not some arbitrary shorthand.
FIX:
One change has been made in file mysql_install_db.sh at
line 408 where "shell> $mysqld --skip-grant &" is replaced
by "shell> $mysqld --skip-grant-tables &" to complete the
option name.
1 parent 9a7db56 commit db82f53
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments