I want to install RT 5.0.0 and get the following error message when I create the database (make initialize-database). see below
System: Ubuntu 20.04 LTS
MySQL: 8.0.21-0ubuntu0.20.04.4
make testdeps found all dependencies
can you help? Thanks
Error MSG
make initialize-database
/usr/bin/perl -I/opt/rt5/local/lib -I/opt/rt5/lib sbin/rt-setup-database --action init --prompt-for-dba-password
In order to create or update your RT database, this script needs to connect to your mysql instance on localhost (port ‘’) as root
Please specify that user’s database password below. If the user has no database
password, just press return.
Password:
Working with:
Type: mysql
Host: localhost
Port:
Name: rt5
User: rt_user
DBA: root
Now creating a mysql database rt5 for RT.
Done.
Now populating database schema.
[149457] [Thu Oct 1 10:00:04 2020] [critical]: DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘Groups (
id INTEGER NOT NULL AUTO_INCREMENT,
Name varchar(200) NULL ,
De’ at line 1 at /home/rt-5.0.0/sbin/…/lib/RT/Handle.pm line 548. (/home/rt-5.0.0/sbin/…/lib/RT.pm:409)
DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘Groups (
id INTEGER NOT NULL AUTO_INCREMENT,
Name varchar(200) NULL ,
De’ at line 1 at /home/rt-5.0.0/sbin/…/lib/RT/Handle.pm line 548.
make: *** [Makefile:390: initialize-database] Error 9
root@carisupport:/home/rt-5.0.0#