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:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user