From 977fa4b377951c08aebd1f2b059ddf8e95d69cc1 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Tue, 27 Mar 2012 21:02:57 +0000 Subject: [PATCH] oops.. fix syntax error --- db_scripts/base/0080_grants_dbs.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_scripts/base/0080_grants_dbs.template b/db_scripts/base/0080_grants_dbs.template index b0cbfd8b..c238e5ae 100644 --- a/db_scripts/base/0080_grants_dbs.template +++ b/db_scripts/base/0080_grants_dbs.template @@ -24,7 +24,7 @@ GRANT SELECT,INSERT,UPDATE ON accounting.mark TO 'exporter'@'localhost' IDENTIFI GRANT RELOAD ON *.* TO 'rsyslog'@'localhost' IDENTIFIED BY 'PW_RSYSLOG'; GRANT ALL on syslog.* TO 'rsyslog'@'localhost' IDENTIFIED BY 'PW_RSYSLOG'; -GRANT SELECT,INSERT,UPDATE ON accounting.* TO 'rateomat'@localhost' IDENTIFIED BY 'PW_RATEOMAT'; +GRANT SELECT,INSERT,UPDATE ON accounting.* TO 'rateomat'@'localhost' IDENTIFIED BY 'PW_RATEOMAT'; GRANT SELECT,INSERT,UPDATE ON billing.* TO 'rateomat'@'localhost' IDENTIFIED BY 'PW_RATEOMAT'; GRANT SELECT,INSERT,UPDATE ON accounting.* TO 'sems_prepaid'@'localhost' IDENTIFIED BY 'PW_SEMS_PREPAID';