compile:
BUILD SUCCESSFUL
Total time: 8 seconds
The run_service.sh
script is provided as a template. Customize this to suit your own
setup. This script does basically two things:
mysql> create database xdrs_test;
Query OK, 1 row affected (0.00 sec)
mysql> grant all on xdrs_test.* to xdrs_user@localhost identified by 'secret_password';
Query OK, 0 rows affected (0.01 sec)
mysql> grant all on xdrs_test.* to xdrs_user@'%' identified by 'secret_password';
Query OK, 0 rows affected (0.00 sec)