X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fonap-policy%2Fconfig%2Fdb%2Fcreate-db.sql;fp=solution%2Fintegration%2Fsmo%2Fonap-policy%2Fconfig%2Fdb%2Fcreate-db.sql;h=0000000000000000000000000000000000000000;hb=edb545c89d2f8e8785b4fd4a8d5b0bbe28aca400;hp=bc6443122966f9449ef343a13f8e35dae576769e;hpb=3248813c415487720d63e92965167a903033d7b5;p=oam.git diff --git a/solution/integration/smo/onap-policy/config/db/create-db.sql b/solution/integration/smo/onap-policy/config/db/create-db.sql deleted file mode 100644 index bc64431..0000000 --- a/solution/integration/smo/onap-policy/config/db/create-db.sql +++ /dev/null @@ -1,13 +0,0 @@ -# -# Create CLDS database objects (tables, etc.) -# -# -CREATE DATABASE IF NOT EXISTS `cldsdb4`; -CREATE DATABASE IF NOT EXISTS `policyadmin`; -CREATE DATABASE IF NOT EXISTS `controlloop`; -USE `cldsdb4`; -DROP USER 'clds'; -CREATE USER 'clds'; -GRANT ALL on cldsdb4.* to 'clds' identified by 'sidnnd83K' with GRANT OPTION; -FLUSH PRIVILEGES; -