Changes between Version 26 and Version 27 of idpiam2018
- Timestamp:
- Sep 13, 2018, 7:34:29 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idpiam2018
v26 v27 512 512 25. 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: 513 513 514 * {{{mysql_secure_installation}}} 514 * 515 {{{ 516 mysql_secure_installation 517 }}} 518 515 519 516 520 {{{ … … 579 583 All done! 580 584 }}} 581 * log in to your MySQL Server : `mysql -u root -p`Make sure to replace `##ROOT-DB-PASSWORD##`, `##USERNAME##`, `##PASSWORD##` with your own585 * 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 582 586 {{{ 583 587 SET NAMES 'utf8';