aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/bin/initDB.sh1
-rw-r--r--resources/dbscripts/mysql/vfc-nfvo-catalog-createdb.sql2
2 files changed, 1 insertions, 2 deletions
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;