Commit b3f9ad26 authored by Watchtek's avatar Watchtek
Browse files

Change database name

parent fc60a810
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ ${PATH_MODULE}/mysql/bin/mysql -u$DB_USER -p${DB_PW_A} watchall_2x -AN -e "updat
${PATH_MODULE}/mysql/bin/mysql -u$DB_USER -p${DB_PW_A} watchall_2x -AN -e "update basicinfo_set set basicinfo_subvalue_string='$DB_PORT' where basicinfo_id='PMA_WATCHALL_DB' and basicinfo_subid='DB_PORT'"
${PATH_MODULE}/mysql/bin/mysql -u$DB_USER -p${DB_PW_A} watchall_2x -AN -e "update basicinfo_set set basicinfo_subvalue_string='$DB_USER' where basicinfo_id='PMA_WATCHALL_DB' and basicinfo_subid='DB_USER'"
${PATH_MODULE}/mysql/bin/mysql -u$DB_USER -p${DB_PW_A} watchall_2x -AN -e "update basicinfo_set set basicinfo_subvalue_string='$DB_PW_A' where basicinfo_id='PMA_WATCHALL_DB' and basicinfo_subid='DB_PASSWORD'"
${PATH_MODULE}/mysql/bin/mysql -u$DB_USER -p${DB_PW_A} watchall_2x -AN -e "update basicinfo_set set basicinfo_subvalue_string='watchall_2x' where basicinfo_id='PMA_WATCHALL_DB' and basicinfo_subid='DB_HOST'"
${PATH_MODULE}/mysql/bin/mysql -u$DB_USER -p${DB_PW_A} watchall_2x -AN -e "update basicinfo_set set basicinfo_subvalue_string='semaphore' where basicinfo_id='PMA_WATCHALL_DB' and basicinfo_subid='DB_HOST'"

###
# 세마포어 동기화 작업 >영역