Changes between Version 31 and Version 32 of howto/MySQL


Ignore:
Timestamp:
May 18, 2019, 10:35:25 PM (5 years ago)
Author:
gagarine (Simon)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MySQL

    v31 v32  
    9696== Step 4: Set the MySQL password ==
    9797
    98 Set the MySQL `root` password (use the auto-generated password from the --initialize command above for MySQL 5.7.  For MySQL 5.6 and earlier the password should currently be empty; see also the security option below):
    99 {{{
    100 $ /opt/local/lib/mysql57/bin/mysqladmin -u root -p password <new-password>
    101 }}}
    102 
    103 Note: This command line form of the command will generate:
    104  ''Warning: Using a password on the command line interface can be insecure.''
    105 Therefore it is recommended that you use the interactive form:
     98Set the MySQL `root` password (use the auto-generated password from the --initialize command above for MySQL 5.7. For MySQL 5.6 and earlier the password should currently be empty; see also the security option below):
     99
    106100{{{
    107101$ /opt/local/lib/mysql57/bin/mysqladmin -u root -p password