By default, access from other machines is disabled for security reasons and you are performing this procedure at your own risk. Bicom Systems cannot be held responsible for any eventual issues caused by customers decision to enable remote MySQL connection.
WARNING: Any manual MySQL modifications are performed at your own risk and should be performed by a person familiar with MySQL. Eventual issues caused are not covered by Bicom Systems support.
MySQL Database can be accessed from remote location. In order to do so:
Login via ssh into pbxware as root.
Access mysql by entering command:
/opt/pbxware/sh/mysql
GRANT SELECT ON pbxware.cdr TO 'john'@'192.168.0.1' IDENTIFIED BY 'new-password';
This command will add a user john which will be able to access the database from IP 192.168.0.1 and will authenticate using password new-password, with privileges to only read data from CDR table in pbxware database