| 177 | |
| 178 | When 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 |
| 182 | In order to create or update your RT database, this script needs to connect to your mysql instance on localhost (port '') as root |
| 183 | Please specify that user's database password below. If the user has no database |
| 184 | password, just press return. |
| 185 | |
| 186 | Password: |
| 187 | }}} |
| 188 | |