I'm setting up a new OTRS 3.0.4 system, but with MySQL running on a separate server 10.30.0.18. I've allowed root access from the OTRS server (10.30.0.17) and can verify this by connecting as root via the MySQL command line client.
However, when I try to run the installer.pl, everything works except the very last step:
Code: Select all
Creating database 'otrs': Done.
Creating tables 'otrs-schema.mysql.sql': Done.
Inserting initial inserts 'otrs-initial_insert.mysql.sql': Done.
Foreign Keys 'otrs-schema-post.mysql.sql': Done.
Creating database user 'otrs@localhost': False! :-(
---==> Access denied for user 'root'@'10.30.0.17' to database 'otrs'

Unless, of course, I've missed something obvious/done something stupid?