Re: [otrs] MySQL error when trying to run /otrs-schema.mysql.sql script for otrs 6.0.3

2017-12-25 Thread Renee B
Replace < with < mysql -u root -p otrs < /opt/otrs/scripts/database/otrs-schema.mysql.sql Am 26.12.2017 um 08:38 schrieb Amey Abhyankar: > Hello, > > I have installed MySQL 5.7.20 for Cent OS 7 using RPM method. [64bit] > I have installed OTRS 6.0.3 using RPM. > OTRS & MySQL are on same Cent O

[otrs] MySQL error when trying to run /otrs-schema.mysql.sql script for otrs 6.0.3

2017-12-25 Thread Amey Abhyankar
Hello, I have installed MySQL 5.7.20 for Cent OS 7 using RPM method. [64bit] I have installed OTRS 6.0.3 using RPM. OTRS & MySQL are on same Cent OS 7 machine. Now trying to run mysql script using following command = mysql -u root -p otrs < /opt/otrs/scripts/database/otrs-schema.mysql.sql [Same