Skip to content
  • Raghav Kapoor's avatar
    db82f53c
    · db82f53c
    Raghav Kapoor authored
    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.
    db82f53c
    Raghav Kapoor authored
    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.
Loading