Changes between Version 7 and Version 8 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
May 24, 2022, 6:48:09 AM (3 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v7 v8  
    175175# make initialize-database
    176176}}}
     177
     178When the command is run, you are prompted to enter the database root password. In our case, we use MariaDB and hence, we provide MariaDB root password. If the root user has no password set, just press ENTER.
     179
     180{{{
     181/usr/bin/perl -I/opt/rt5/local/lib -I/opt/rt5/lib sbin/rt-setup-database --action init --prompt-for-dba-password
     182In order to create or update your RT database, this script needs to connect to your  mysql instance on localhost (port '') as root
     183Please specify that user's database password below. If the user has no database
     184password, just press return.
     185
     186Password:
     187}}}
     188