summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSHI <shi>2018-07-11 18:18:58 -0400
committershi <shi@research.att.com>2018-07-12 17:54:16 -0400
commit189aff18035024758cc3fbaad87ccf4466ab4372 (patch)
treeb45ecaa3c943b4fa9aa66658cf0e77c3492b07ab
parent14a279637411d580aff1614469fd725f0c1e95e9 (diff)
update version for SDK setup DBbeijing
Issue-ID: PORTAL-313 Change-Id: Ia106238df38b3a07c381af472b8276f0ab3251e5 Signed-off-by: shi <shi@research.att.com>
-rw-r--r--docs/tutorials/portal-sdk/setting-up.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/portal-sdk/setting-up.rst b/docs/tutorials/portal-sdk/setting-up.rst
index af50a912..d65eb8da 100644
--- a/docs/tutorials/portal-sdk/setting-up.rst
+++ b/docs/tutorials/portal-sdk/setting-up.rst
@@ -70,10 +70,10 @@ Next, we need to run several SQL statements in the repository:
::
- mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkDDLMySql_1707_Common.sql
- mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkDMLMySql_1707_Common.sql
- mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_1707_OS.sql
- mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDMLMySql_1707_OS.sql
+ mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkDDLMySql_2_2_Common.sql
+ mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkDMLMySql_2_2_Common.sql
+ mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDDLMySql_2_2_OS.sql
+ mysql -proot -uroot < sdk/ecomp-sdk/epsdk-app-os/db-scripts/EcompSdkDMLMySql_2_2_OS.sql
Using 'root' for both your MySQL username and password is just about the worst security policy imaginable. For anything other than temporary setups (very temporary), please choose reasonable user names and hard-to-guess passwords.