minor update for mysql in SCRATCH_INSTALL and BASE_INSTALL

git-svn-id: svn://192.168.202.10@340 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-10-09 15:03:42 +00:00
parent 2dad95aaf0
commit 6192b4db31
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -234,7 +234,9 @@ GRANT SELECT,INSERT,UPDATE,DELETE on asterisk.* TO cron@localhost IDENTIFIED BY
use asterisk;
\. /usr/share/astguiclient/astguiclient/MySQL_AST_CREATE_tables.sql
\. /usr/src/astguiclient/MySQL_AST_CREATE_tables.sql
or you may need to run this if you get an error:
\. /usr/src/astguiclient/astguiclient/MySQL_AST_CREATE_tables.sql
GRANT SELECT on asterisk.phones TO idcheck@'%' IDENTIFIED BY '1234';
GRANT SELECT on asterisk.phones TO idcheck@localhost IDENTIFIED BY '1234';
+3 -1
View File
@@ -1553,7 +1553,9 @@ UPDATE mysql.user set password=OLD_PASSWORD('1234') where user='cron';
use asterisk;
\. /usr/share/astguiclient/MySQL_AST_CREATE_tables.sql
\. /usr/src/astguiclient/MySQL_AST_CREATE_tables.sql
or you may need to run this if you get an error:
\. /usr/src/astguiclient/astguiclient/MySQL_AST_CREATE_tables.sql
GRANT SELECT on asterisk.phones TO idcheck@'%' IDENTIFIED BY '1234';
GRANT SELECT on asterisk.phones TO idcheck@localhost IDENTIFIED BY '1234';