Changes between Version 26 and Version 27 of idpiam2018


Ignore:
Timestamp:
Sep 13, 2018, 7:34:29 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • idpiam2018

    v26 v27  
    51251225. Create and prepare the "'''shibboleth'''" MySQL DB to host the values of the several '''persistent-id''' and '''!StorageRecords'''  MySQL DB to host other useful information about user consent:
    513513
    514 * {{{mysql_secure_installation}}}
     514*
     515{{{
     516mysql_secure_installation
     517}}}
     518
    515519
    516520{{{
     
    579583All done!
    580584}}}
    581 * log in to your MySQL Server: `mysql -u root -p` Make sure to replace `##ROOT-DB-PASSWORD##`, `##USERNAME##`, `##PASSWORD##` with your own
     585* log in to your MySQL Server with `mysql -u root -p` and continue. Make sure to replace `##ROOT-DB-PASSWORD##`, `##USERNAME##`, `##PASSWORD##` with your own
    582586{{{
    583587    SET NAMES 'utf8';