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
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