How to create a mysql read only user to run queries against the reporting database.
DX NetOps Spectrum. All releases.
Navigate to the $SPECROOT/mysql/bin directory on the report manager server and run the following command to login to the mysql database.
./mysql --defaults-file=../my-spectrum.cnf -uroot -p<passwd> reporting.
From the mysql prompt, run the following commands.