Changes between Version 10 and Version 11 of Nmm2022/Agenda/RTsetup
- Timestamp:
- May 24, 2022, 7:01:06 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/RTsetup
v10 v11 192 192 193 193 When you enter password (or press ENTER for no root password), the script then creates ''' rt5 ''' and ''' rt_user ''' as RT database and database user respectively. It then populates the database with relevant data. 194 194 {{{ 195 Working with: 196 Type: mysql 197 Host: localhost 198 Port: 199 Name: rt5 200 User: rt_user 201 DBA: root 202 Now creating a mysql database rt5 for RT. 203 Done. 204 Now populating database schema. 205 Done. 206 Now inserting database ACLs. 207 Done. 208 Now inserting RT core system objects. 209 Done. 210 Now inserting data. 211 Done inserting data. 212 Done. 213 }}} 214 215 216