summaryrefslogtreecommitdiffstats
path: root/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
diff options
context:
space:
mode:
authorrexlee8776 <limingjiang@huawei.com>2015-12-16 02:39:04 +0000
committerRex Lee <limingjiang@huawei.com>2015-12-17 02:38:50 +0000
commit9e1fe50a5af8a5eb549a03014329a206bfbf2650 (patch)
tree95c41cab4a519f8bc37b3dcf3b2f143285d9ac2a /rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
parent25982d8736e103682a5e07b91e85b5be5b801ca0 (diff)
fix bugs of installing mysql
JIRA:BOTTLENECK-24 Change-Id: Iac100f75a076a9fcc9bc30b12c3b0dec3c2f99df Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh')
-rwxr-xr-xrubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh b/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
index 79fcb0e9..3008c4c2 100755
--- a/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
+++ b/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh
@@ -76,8 +76,8 @@ MYSQL_PID_FILE=$MYSQL_HOME/run/mysqld.pid
# for DBs & C-JDBC
ROOT_PASSWORD=new-password
-BOTTLENECKS_USER=bottlenecks
-BOTTLENECKS_PASSWORD=bottlenecks
+BOTTLENECKS_USER=mysql
+BOTTLENECKS_PASSWORD=mysql
CLASSPATH=$CLASSPATH:$JONAS_ROOT/bin/unix/registry:$JAVA_HOME:$JAVA_HOME/lib/tools.jar:$SERVLET_API_PATH:.