From a63a20c42f5bf743bfd5992f661a3e2951fc6baa Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Tue, 19 Sep 2017 10:16:35 +0800 Subject: Update vfc-catalog license head Change-Id: If7379fb0e0156034e503059473665f4c93fc2e0b Issue-ID: VFC-376 Signed-off-by: ying.yunlong --- resources/bin/initDB.sh | 1 - resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/bin/initDB.sh b/resources/bin/initDB.sh index 0971e00a..b4fe39ec 100644 --- a/resources/bin/initDB.sh +++ b/resources/bin/initDB.sh @@ -47,4 +47,3 @@ do done echo "init nfvocatalog database success!" exit 0 - diff --git a/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql b/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql index 5e72e608..5776db4a 100644 --- a/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql +++ b/resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql @@ -28,4 +28,4 @@ GRANT ALL PRIVILEGES ON mysql.* TO 'nfvocatalog'@'%' IDENTIFIED BY 'nfvocatalog' GRANT ALL PRIVILEGES ON nfvocatalog.* TO 'nfvocatalog'@'localhost' IDENTIFIED BY 'nfvocatalog' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON mysql.* TO 'nfvocatalog'@'localhost' IDENTIFIED BY 'nfvocatalog' WITH GRANT OPTION; -FLUSH PRIVILEGES; \ No newline at end of file +FLUSH PRIVILEGES; -- cgit 1.2.3-korg