diff options
author | rb7147 <rb7147@att.com> | 2017-06-16 14:36:01 -0400 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2017-06-16 14:36:47 -0400 |
commit | 620d69f26cbbea1deb5000c7a341e8012a5ad080 (patch) | |
tree | 3f8e2881dfa495e150fdef62db1b85d2b4605718 /packages | |
parent | a084c4de015521f842a3fef0d7f1f7c340237bc3 (diff) |
[Policy-24] Updated the Database Configuration
Change-Id: Ie358df4bfef5fb9cfe136f52a9d35f119c55bc97
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/base/src/files/install/mysql/data/161000_upgrade_script.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql b/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql index d7892c1bf..02a83159b 100755 --- a/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql +++ b/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql @@ -45,6 +45,16 @@ USE `ecomp_sdk`; set foreign_key_checks=0; -- +-- Increasing the Database variable timeouts +-- + +set global wait_timeout=2147483; +set global interactive_timeout=2147483; + +set wait_timeout=2147483; +set interactive_timeout=2147483; + +-- -- Table structure for table `actionbodyentity` -- |