GRANT SELECT on asterisk.phones TO idcheck@'%' IDENTIFIED BY '1234';
GRANT SELECT on asterisk.phones TO idcheck@localhost IDENTIFIED BY '1234';
If we want to change the database password for security reasons, where do we tell the scripts what the new idcheck password is?
In /etc/astguiclient.conf you can set the cron account's password, is there a similar entry for the idcheck account?