Solicito algun consejo para conectar a una BD que no estsara en el localhost, al momento de la instalcion de osTicket en la instancia de direccionamiento de la BD por defecto esta localhost.
@Victor_Araus
Simple. The MySQL Hostname (DBHOST) should be the IP or domain name of the database server. If it uses a port other than the default 3306 then you can set the MySQL Hostname to something like XXX.XXX.XXX.XXX:1234 (where 1234 is the port number).
DBHOST
XXX.XXX.XXX.XXX:1234
1234
Cheers.